Method Stdio.Buffer()->read_ints()
- Method read_ints
array
(int
) read_ints(int
n
,int
width
)- Description
Read a list of
n
network byte order unsigned numbers each of sizewidth
*8 bits, then return it.Will return 0 if there is not enough buffer space available unless error mode is set to throw errors.