A stream reader which reads a stream in a cyclic fashion.
It will therefor never go into an end of stream state.
Exceptions to this rule is if the stream is empty.
Namespace: VVVV.Utils.StreamsAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
public class CyclicStreamReader<T> : IStreamReader<T>, IStreamer, IEnumerator<T>, IDisposable, IEnumerator |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:VVVV.Utils.Streams.CyclicStreamReader`1"]