Method Stdio.Buffer()->read_sint()
- Method read_sint
intread_sint(intsize)- Description
Read a network byte order two:s complement signed number of size n*8 bits, then return it.
Will return UNDEFINED if there is not enough buffer space available unless error mode is set to throw errors.