ByteWriter.fill

Writes @size bytes containing @value to @writer.

class ByteWriter
bool
fill
(
ubyte value
,
uint size
)

Parameters

value ubyte

Value to be written

size uint

Number of bytes to be written

Return Value

Type: bool

%TRUE if the value could be written

Meta