Click or drag to resize
ElementBaseReadBuffer Method
Reads a number of bytes into a byte array.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public byte[] ReadBuffer(
	EbmlReader reader,
	long count
)

Parameters

reader
Type: StreamCoders.ContainerEbmlReader
The stream to read from.
count
Type: SystemInt64
Number of bytes to read.

Return Value

Type: Byte
Returns an array of byte.
See Also