ByteWriter.putUint32Le

Writes a unsigned little endian 32 bit integer to @writer.

class ByteWriter
bool
putUint32Le
(
uint val
)

Parameters

val uint

Value to write

Return Value

Type: bool

%TRUE if the value could be written

Meta