Method Stdio.Buffer()->add_int()
- Method add_int
Buffer add_int(int i, int(0..) width)
- Description
Adds a generic integer to the buffer as an (width*8)bit network byteorder number.
width must be less than Int.NATIVE_MAX.
Buffer add_int(int i, int(0..) width)
Adds a generic integer to the buffer as an (width*8)bit network byteorder number.
width must be less than Int.NATIVE_MAX.