write_slong method

write_slong

Writes a single integer value to the stream.

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

See Also