Defines an output stream. Output streams can be written to by by retrieving a IStreamWriter<(Of <(<'T>)>)>.

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

Syntax

C#
public interface IOutStream<T> : IOutStream, 
	IStream, ICloneable, IFlushable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VVVV.Utils.Streams.IOutStream`1"]

See Also