Gio.ConverterOutputStream¶
- Subclasses:
None
Methods¶
- Inherited:
Gio.FilterOutputStream (3), Gio.OutputStream (29), GObject.Object (37), Gio.PollableOutputStream (5)
- Structs:
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gio.ConverterOutputStream(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Converter output stream implements [class`Gio`.OutputStream] and allows conversion of data of various types during reading.
As of GLib 2.34,
GConverterOutputStream
implements [iface`Gio`.PollableOutputStream].- classmethod new(base_stream, converter)[source]¶
- Parameters:
base_stream (
Gio.OutputStream
) – aGio.OutputStream
converter (
Gio.Converter
) – aGio.Converter
- Returns:
a new
Gio.OutputStream
.- Return type:
Creates a new converter output stream for the base_stream.
- get_converter()[source]¶
- Returns:
the converter of the converter output stream
- Return type:
Gets the
Gio.Converter
that is used by self.New in version 2.24.
Property Details¶
- Gio.ConverterOutputStream.props.converter¶
- Name:
converter
- Type:
- Default Value:
- Flags:
The converter object.