Gio.FilterOutputStream¶
class — extends OutputStream
Base class for output stream implementations that perform some kind of filtering operation on a base stream. Typical examples of filtering operations are character set conversion, compression and byte order flipping.
Methods¶
get_base_stream¶
Gets the base stream for the filter stream.
get_close_base_stream¶
Returns whether the base stream will be closed when stream is
closed.
set_close_base_stream¶
Sets whether the base stream will be closed when stream is closed.
Parameters:
close_base—TRUEto close the base stream.
Properties¶
base_stream¶
The underlying base stream on which the I/O ops will be done.
close_base_stream¶
Whether the base stream should be closed when the filter stream is closed.