GObject.Object
Gio.InputStream
Gio.FilterInputStream
Gio.BufferedInputStream
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GBufferedInputStream |
Class : | BufferedInputStream |
Extends: | Gio.FilterInputStream |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
base_stream : Gio.InputStream
|
Gio.FilterInputStream | |
buffer_size : Number
|
Gio.BufferedInputStream | |
close_base_stream : Boolean
|
Gio.FilterInputStream | |
parent_instance : Gio.FilterInputStream
read only
|
Gio.BufferedInputStream | |
priv : Gio.BufferedInputStreamPrivate
read only
|
Gio.BufferedInputStream |
Method / Constructor | Defined By | |
---|---|---|
new Gio.BufferedInputStream
(Object properties)
Create a new Gio.BufferedInputStream
Create a new Gio.BufferedInputStream
|
||
Create a new Gio.BufferedInputStream
Create a new Gio.BufferedInputStream
|
||
Create a new Gio.BufferedInputStream
Create a new Gio.BufferedInputStream
|
||
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 | |
|
Gio.BufferedInputStream | |
fill_async
(Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.BufferedInputStream | |
fill_finish
(AsyncResult result)
:
Number
|
Gio.BufferedInputStream | |
get_available
()
:
Number
|
Gio.BufferedInputStream | |
get_base_stream
()
:
Gio.InputStream
|
Gio.FilterInputStream | |
get_buffer_size
()
:
Number
|
Gio.BufferedInputStream | |
get_close_base_stream
()
:
Boolean
|
Gio.FilterInputStream | |
has_pending
()
:
Boolean
|
Gio.InputStream | |
is_closed
()
:
Boolean
|
Gio.InputStream | |
Gio.BufferedInputStream | ||
Gio.BufferedInputStream | ||
|
Gio.InputStream | |
Gio.InputStream | ||
read_async
(void* buffer, Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.InputStream | |
read_byte
(Cancellable cancellable)
:
Number
|
Gio.BufferedInputStream | |
read_finish
(AsyncResult result)
:
Number
|
Gio.InputStream | |
set_buffer_size
(Number size)
:
none
|
Gio.BufferedInputStream | |
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 |