GObject.Object
Gio.InputStream
Gio.FileInputStream
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GFileInputStream |
Class : | FileInputStream |
Implements: | Gio.Seekable |
Extends: | Gio.InputStream |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
parent_instance : Gio.InputStream
read only
|
Gio.FileInputStream | |
priv : Gio.FileInputStreamPrivate
read only
|
Gio.FileInputStream |
Method / Constructor | Defined By | |
---|---|---|
new Gio.FileInputStream
(Object properties)
Create a new Gio.FileInputStream
Create a new Gio.FileInputStream
|
||
can_seek
()
:
Boolean
|
Gio.Seekable | |
can_truncate
()
:
Boolean
|
Gio.Seekable | |
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 | |
has_pending
()
:
Boolean
|
Gio.InputStream | |
is_closed
()
:
Boolean
|
Gio.InputStream | |
|
Gio.FileInputStream | |
query_info_async
(String attributes, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.FileInputStream | |
query_info_finish
(AsyncResult result)
:
Gio.FileInfo
|
Gio.FileInputStream | |
|
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 | |
|
Gio.Seekable | |
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 | |
tell
()
:
Number
|
Gio.Seekable | |
|
Gio.Seekable |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.File
Method |
read
(Cancellable cancellable)
:
Gio.FileInputStream
|
Gio.File
Method |
read_finish
(AsyncResult res)
:
Gio.FileInputStream
|