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
Parameters
- buffer
- Type: array<T>[]()[][]
The buffer to read into.
- offset
- Type: System..::..Int32
The zero-based offset in buffer at which to begin storing the data read from the current stream.
- length
- Type: System..::..Int32
The maximum number of items to be read from the current stream.
- stride
- Type: System..::..Int32
The stride by which the position is advanced after reading one item.