ByteWriter.putData

Writes @size bytes of @data to @writer.

class ByteWriter
bool
putData
(
ubyte[] data
)

Parameters

data ubyte[]

Data to write

Return Value

Type: bool

%TRUE if the value could be written

Meta