read_s_byte method

read_s_byte

Reads signed byte data from the stream.

Returns

The signed byte value.

def read_s_byte(self, position):
    ...
ParameterTypeDescription
positionintThe position to read from.

See Also