Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Interface Gio.Converter

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GConverter
Interface : Converter
Implementations: Gio.CharsetConverter, Gio.ZlibCompressor, Gio.ZlibDecompressor
GConverter is implemented by objects that convert
binary data in various ways. The conversion can be
stateful and may fail at any place.
compression, decompression and regular expression
replace.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.ConverterInputStream
Property
converter : Gio.Converter
Gio.ConverterInputStream
Method
new Gio.ConverterInputStream.c_new (InputStream base_stream, Converter converter) : Gio.InputStream
Create a new Gio.ConverterInputStream
Gio.ConverterInputStream
Method
get_converter () : Gio.Converter
Gets the GConverter that is used by converter_stream.
Gio.ConverterOutputStream
Property
converter : Gio.Converter
Gio.ConverterOutputStream
Method
new Gio.ConverterOutputStream.c_new (OutputStream base_stream, Converter converter) : Gio.OutputStream
Create a new Gio.ConverterOutputStream
Gio.ConverterOutputStream
Method
get_converter () : Gio.Converter
Gets the GConverter that is used by converter_stream.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:21 GMT+0800 (HKT)