ByteWriter.putInt32Le

Writes a signed little endian 32 bit integer to writer.

class ByteWriter
bool
putInt32Le
(
int val
)

Parameters

val int

Value to write

Return Value

Type: bool

TRUE if the value could be written