Method _Stdio.Buffer()->read_int()


Method read_int

int read_int(int(0..) n)

Description

Read a network 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_le_int