Gio.ConverterInputStream¶
class — extends FilterInputStream, PollableInputStream
Converter input stream implements InputStream and allows
conversion of data of various types during reading.
As of GLib 2.34, GConverterInputStream implements
PollableInputStream.
Constructors¶
new¶
Creates a new converter input stream for the base_stream.
Parameters:
base_stream— aInputStreamconverter— aConverter
Methods¶
get_converter¶
Gets the Converter that is used by converter_stream.
Properties¶
converter¶
The converter object.