ByteWriter.putData
bool putData(ubyte[] data) nothrowWrites size bytes of data to writer.
Parameters
data | Data to write |
Returns
true if the value could be written
bool putData(ubyte[] data) nothrowWrites size bytes of data to writer.
data | Data to write |