ElementBaseReadBuffer Method |
Reads a number of bytes into a byte array.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public byte[] ReadBuffer(
EbmlReader reader,
long count
)
Public Function ReadBuffer (
reader As EbmlReader,
count As Long
) As Byte()
public:
array<unsigned char>^ ReadBuffer(
EbmlReader^ reader,
long long count
)
member ReadBuffer :
reader : EbmlReader *
count : int64 -> byte[]
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