read_s_short_array method

read_s_short_array

Reads an array of signed short values from the stream.

Returns

The array of signed short values.

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

Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptioncount;Expected a positive number.

See Also