Reads a sequence of items from the current stream and advances the position
within the stream by the number of items read.
Use the stride parameter to control advancing of the position after one item has been read.
Namespace: VVVV.Utils.StreamsAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C# |
---|
public static int Read<T>( this IStreamReader<T> reader, ArraySegment<T> segment, int stride ) |
Parameters
- reader
- Type: VVVV.Utils.Streams..::..IStreamReader<(Of <(<'T>)>)>
The reader to use from reading.
- segment
- Type: System..::..ArraySegment<(Of <(<'T>)>)>
The array segment to read into.
- stride
- Type: System..::..Int32
The stride by which the position is advanced after reading one item.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:VVVV.Utils.Streams.StreamReaderExtensions.Read``1(VVVV.Utils.Streams.IStreamReader{``0},System.ArraySegment{``0},System.Int32)"]