public void WriteBytesAndSize (byte[] buffer, int count);

파라미터

bufferArray of bytes to write.
countNumber of bytes from the array to write.

설명

This writes a 16-bit count and an array of bytes of that length to the stream.