Interface which provides the ability to read from an input stream.

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

Syntax

C#
public interface IStreamReader<T> : IStreamer, 
	IEnumerator<T>, IDisposable, IEnumerator

Type Parameters

T

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

See Also