public byte[] ReadBytes (int count);

파라미터

countNumber of bytes to read.

반환

byte[] Bytes read. (this is a copy).

설명

Reads a number of bytes from the stream.

See NetworkReader for a code example.