public WriteBytesAndSize ( byte buffer, int count ) : void | ||
buffer | byte | Array of bytes to write. |
count | int | Number of bytes from the array to write. |
return | void |
This writes a 16-bit count and a array of bytes of that length to the stream.
public WriteBytesAndSize ( byte buffer, int count ) : void | ||
buffer | byte | Array of bytes to write. |
count | int | Number of bytes from the array to write. |
return | void |