Package edu.ucf.cs.courses.cop4610l.beans.streams

Interface Summary
StreamConstructedListener Interface that listeners must implement to hear stream construction events.
StringConstructedListener Interface that listeners must implement to hear string construction events.
 

Class Summary
StreamConstructedEvent An event that encapsulates a piped input stream.
StreamToString A JavaBean that puts the contents of a InputStream into a String object.
StreamToStringBeanInfo  
StringConstructedEvent An event that encapsulates a string.
StringToStream A JavaBean that puts the contents of a String into a InputStream.
StringToStreamBeanInfo