public byte[] ToArray ();

반환

byte[] Copy of data used by the writer.

설명

Returns a copy of internal array of bytes the writer is using, it copies only the bytes used.

See NetworkWriting for a code example.