GObject.Object
Gio.InputStream
Gio.MemoryInputStream
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GMemoryInputStream |
Class : | MemoryInputStream |
Implements: | Gio.Seekable |
Extends: | Gio.InputStream |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
parent_instance : Gio.InputStream
read only
|
Gio.MemoryInputStream | |
priv : Gio.MemoryInputStreamPrivate
read only
|
Gio.MemoryInputStream |
Method / Constructor | Defined By | |
---|---|---|
new Gio.MemoryInputStream
(Object properties)
Create a new Gio.MemoryInputStream
Create a new Gio.MemoryInputStream
|
||
new Gio.MemoryInputStream.from_data
(void* data, Number len, Function destroy)
:
Gio.MemoryInputStream
Create a new Gio.MemoryInputStream
Create a new Gio.MemoryInputStream
|
||
Gio.MemoryInputStream | ||
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.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 |