GConverterInputStream
GConverterInputStream — Converter Input Stream
|
|
Includes
#include <gio/gio.h>
Functions
g_converter_input_stream_new ()
GInputStream *
g_converter_input_stream_new (GInputStream *base_stream,
GConverter *converter);
Creates a new converter input stream for the base_stream
.
g_converter_input_stream_get_converter ()
GConverter *
g_converter_input_stream_get_converter
(GConverterInputStream *converter_stream);
Gets the GConverter that is used by converter_stream
.
Returns
the converter of the converter input stream.
[transfer none]
Since: 2.24
Types and Values
GConverterInputStream
typedef struct _GConverterInputStream GConverterInputStream;
An implementation of GFilterInputStream that allows data
conversion.
Property Details
The “converter” property
“converter” GConverter *
The converter object.
Owner: GConverterInputStream
Flags: Read / Write / Construct Only