Top |
Converter input stream implements GInputStream and allows conversion of data of various types during reading.
As of GLib 2.34, GConverterInputStream implements GPollableInputStream.
GInputStream * g_converter_input_stream_new (GInputStream *base_stream
,GConverter *converter
);
Creates a new converter input stream for the base_stream
.
GConverter *
g_converter_input_stream_get_converter
(GConverterInputStream *converter_stream
);
Gets the GConverter that is used by converter_stream
.
Since: 2.24
typedef struct _GConverterInputStream GConverterInputStream;
An implementation of GFilterInputStream that allows data conversion.
“converter”
property“converter” GConverter *
The converter object.
Flags: Read / Write / Construct Only