read_s_byte_array method

read_s_byte_array

Reads an array of signed byte values from the stream.

Returns

The array of signed byte values.

def read_s_byte_array(self, position, count):
    ...
ParameterTypeDescription
positionintThe position to read from.
countintThe elements count.

See Also