The IOutStream<(Of <(<'T>)>)> type exposes the following members.

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodFlush
Flushes all buffered data to the backing data sink.
(Inherited from IFlushable.)
Public methodGetWriter
Gets a IStreamWriter<(Of <(<'T>)>)> which can be used to write to this output stream.

Extension Methods

Properties

  NameDescription
Public propertyLength
Gets or sets the length of the output stream.
(Inherited from IOutStream.)
Public propertyLength
Gets the length of the stream.
(Inherited from IStream.)

See Also