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.Streams
Assembly: 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"]

Inheritance Hierarchy

System..::..Object
  VVVV.Utils.Streams..::..CyclicStreamReader<(Of <(<'T>)>)>

See Also