write_s_short method

write_s_short

Writes a single short value to the stream.

def write_s_short(self, data):
    ...
ParameterTypeDescription
dataintThe value to write.

See Also