A Stream implements both InStream and OutStream in such a way that the output events of OutStream trigger the input events of InStream
type of objects being transmitted along the stream
Private
Adds a StreamListener to handle any of the output events
Invokes any registered close listeners
Invokes any registered error listeners
a new Stream which is will write to this one whenever it is written to
Method to convert between the type of this stream and the returned stream type
a new Stream which is written to whenever this stream is written to
Adds a specific flavor of StreamListener
Removes the listener if it had been added
Invokes any registerd message listeners
Generated using TypeDoc
A Stream implements both InStream and OutStream in such a way that the output
events of OutStream trigger the input events of InStream