Defines an input stream. Input streams can be read from by
either retrieving a IStreamReader<(Of <(<'T>)>)> or
or by iterating it with IEnumerable<(Of <(<'T>)>)>.
Namespace: VVVV.Utils.StreamsAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
public interface IInStream<T> : IInStream, IStream, ICloneable, ISynchronizable, IEnumerable<T>, IEnumerable |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:VVVV.Utils.Streams.IInStream`1"]