Method Stdio.Buffer()->read_int()
- Method read_int
intread_int(intn)- 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.