Gio.ConverterOutputStream¶
class — extends FilterOutputStream, PollableOutputStream
Converter output stream implements OutputStream and allows
conversion of data of various types during reading.
As of GLib 2.34, GConverterOutputStream implements
PollableOutputStream.
Constructors¶
new¶
Creates a new converter output stream for the base_stream.
Parameters:
base_stream— aOutputStreamconverter— aConverter
Methods¶
get_converter¶
Gets the Converter that is used by converter_stream.
Properties¶
converter¶
The converter object.