Method _Stdio.Buffer()->read_le_int()


Method read_le_int

int read_le_int(int(0..) n)

Description

Read a little endian byte order unsigned number of size n*8 bits, then return it.

Will return -1 if there is not enough buffer space available unless error mode is set to throw errors.

See also

read_int