Base interface for all stream readers and writers.
It provides the ability to test whether or not the end
of the stream is reached or to seek in the stream.
Namespace: VVVV.Utils.StreamsAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
public interface IStreamer : IDisposable |