Base interface for all output streams. It provides the ability to set the length of an output stream.

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

Syntax

C#
public interface IOutStream : IStream, 
	ICloneable, IFlushable

See Also