read_s_short method

read_s_short

Read signed short value from the stream.

Returns

A signed short value.

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

See Also