write method

write

Writes the file content to the stream.

def write(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseDestination stream.

See Also