GObject.Object
Gio.InputStream
Gio.FilterInputStream
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GFilterInputStream |
Class : | FilterInputStream |
Extends: | Gio.InputStream |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
base_stream : Gio.InputStream
|
Gio.FilterInputStream | |
base_stream : Gio.InputStream
read only
|
Gio.FilterInputStream | |
close_base_stream : Boolean
|
Gio.FilterInputStream | |
parent_instance : Gio.InputStream
read only
|
Gio.FilterInputStream | |
priv : Gio.InputStreamPrivate
read only
|
Gio.InputStream |
Method / Constructor | Defined By | |
---|---|---|
new Gio.FilterInputStream
(Object properties)
Create a new Gio.FilterInputStream
Create a new Gio.FilterInputStream
|
||
clear_pending
()
:
none
|
Gio.InputStream | |
close
(Cancellable cancellable)
:
Boolean
|
Gio.InputStream | |
close_async
(Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
close_finish
(AsyncResult result)
:
Boolean
|
Gio.InputStream | |
get_base_stream
()
:
Gio.InputStream
|
Gio.FilterInputStream | |
get_close_base_stream
()
:
Boolean
|
Gio.FilterInputStream | |
has_pending
()
:
Boolean
|
Gio.InputStream | |
is_closed
()
:
Boolean
|
Gio.InputStream | |
|
Gio.InputStream | |
Gio.InputStream | ||
read_async
(void* buffer, Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
read_finish
(AsyncResult result)
:
Number
|
Gio.InputStream | |
set_close_base_stream
(Boolean close_base)
:
none
|
Gio.FilterInputStream | |
set_pending
()
:
Boolean
|
Gio.InputStream | |
|
Gio.InputStream | |
skip_async
(Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
skip_finish
(AsyncResult result)
:
Number
|
Gio.InputStream |
None |