Interface which provides the ability to write to an output stream.

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

Syntax

C#
public interface IStreamWriter<T> : IStreamer, 
	IDisposable

Type Parameters

T

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

See Also