Gets a IStreamWriter<(Of <(<'T>)>)> which can be used to write to this output stream.

Namespace: VVVV.Utils.Streams
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
IStreamWriter<T> GetWriter()

Return Value

A IStreamWriter<(Of <(<'T>)>)> to write to this stream.

See Also