read_u_short method

read_u_short

Read unsigned short value from the stream.

Returns

An unsigned short value.

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

See Also