c
GObject.Object
Gio.InputStream
Gio.FilterInputStream
Gio.ConverterInputStream
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GConverterInputStream |
Class : | ConverterInputStream |
Implements: | Gio.PollableInputStream |
Extends: | Gio.FilterInputStream |
Properties | Defined By | |
---|---|---|
base_stream : Gio.InputStream
|
Gio.FilterInputStream | |
close_base_stream : gboolean
|
Gio.FilterInputStream | |
converter : Gio.Converter
|
Gio.ConverterInputStream | |
parent_instance : Gio.FilterInputStream
read only
|
Gio.ConverterInputStream | |
priv : Gio.ConverterInputStreamPrivate
read only
|
Gio.ConverterInputStream |
Method / Constructor | Defined By | |
---|---|---|
new Gio.ConverterInputStream
(Object properties)
Create a new Gio.ConverterInputStream
Create a new Gio.ConverterInputStream
|
||
Create a new Gio.ConverterInputStream
Create a new Gio.ConverterInputStream
|
||
can_poll
()
:
gboolean
|
Gio.PollableInputStream | |
clear_pending
()
:
none
|
Gio.InputStream | |
close
(Cancellable cancellable)
:
gboolean
|
Gio.InputStream | |
close_async
(gint32 io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
close_finish
(AsyncResult result)
:
gboolean
|
Gio.InputStream | |
create_source
(Cancellable cancellable)
:
GLib.Source
|
Gio.PollableInputStream | |
get_base_stream
()
:
Gio.InputStream
|
Gio.FilterInputStream | |
get_close_base_stream
()
:
gboolean
|
Gio.FilterInputStream | |
get_converter
()
:
Gio.Converter
|
Gio.ConverterInputStream | |
has_pending
()
:
gboolean
|
Gio.InputStream | |
is_closed
()
:
gboolean
|
Gio.InputStream | |
is_readable
()
:
gboolean
|
Gio.PollableInputStream | |
|
Gio.InputStream | |
Gio.InputStream | ||
read_async
(void* buffer, guint64 count, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
|
Gio.InputStream | |
read_bytes_async
(guint64 count, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
read_bytes_finish
(AsyncResult result)
:
GLib.Bytes
|
Gio.InputStream | |
read_finish
(AsyncResult result)
:
gint64
|
Gio.InputStream | |
|
Gio.PollableInputStream | |
set_close_base_stream
(gboolean close_base)
:
none
|
Gio.FilterInputStream | |
set_pending
()
:
gboolean
|
Gio.InputStream | |
|
Gio.InputStream | |
skip_async
(guint64 count, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
skip_finish
(AsyncResult result)
:
gint64
|
Gio.InputStream |
None |