IReadBuffer.

ReadBytes(byte[]) Method

Summary

reads an array of bytes from the buffer.

Syntax

void ReadBytes(byte[] bytes)

Remarks

reads an array of bytes from the buffer. The length of the array that is passed as a parameter specifies the number of bytes that are to be read. The passed bytes buffer parameter is directly filled.

Parameters

Name Type Description
bytes byte[] the byte array to read the bytes into.

Return Value

Type Description
void