Write Method
Write(byte[])
Writes the content of the provided byte array to this serialization output
Declaration
void Write(byte[] bytes)
Parameters
byte[] | bytes | the byte array to be written |
Remarks
Please note that this method only writes the content of the array to the output
whereas Write
Write(byte[], int, int)
Writes the content of the provided byte array to this serialization output
Declaration
void Write(byte[] bytes, int offset, int count)