Gio.FilterInputStream
Gio.InputStream
GObject.Object
Gio.BufferedInputStream
Gio.DataInputStream
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GDataInputStream |
Class : | DataInputStream |
Extends: | Gio.BufferedInputStream |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
base_stream : Gio.InputStream
|
Gio.FilterInputStream | |
buffer_size : Number
|
Gio.BufferedInputStream | |
byte_order : Gio.DataStreamByteOrder
|
Gio.DataInputStream | |
close_base_stream : Boolean
|
Gio.FilterInputStream | |
newline_type : Gio.DataStreamNewlineType
|
Gio.DataInputStream | |
parent_instance : Gio.BufferedInputStream
read only
|
Gio.DataInputStream | |
priv : Gio.DataInputStreamPrivate
read only
|
Gio.DataInputStream |
Method / Constructor | Defined By | |
---|---|---|
new Gio.DataInputStream
(Object properties)
Create a new Gio.DataInputStream
Create a new Gio.DataInputStream
|
||
Create a new Gio.DataInputStream
Create a new Gio.DataInputStream
|
||
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_byte_order
()
:
Gio.DataStreamByteOrder
|
Gio.DataInputStream | |
get_close_base_stream
()
:
Boolean
|
Gio.FilterInputStream | |
get_newline_type
()
:
Gio.DataStreamNewlineType
|
Gio.DataInputStream | |
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.DataInputStream | |
read_finish
(AsyncResult result)
:
Number
|
Gio.InputStream | |
read_int16
(Cancellable cancellable)
:
int16
|
Gio.DataInputStream | |
read_int32
(Cancellable cancellable)
:
Number
|
Gio.DataInputStream | |
read_int64
(Cancellable cancellable)
:
Number
|
Gio.DataInputStream | |
|
Gio.DataInputStream | |
read_line_async
(Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.DataInputStream | |
|
Gio.DataInputStream | |
read_uint16
(Cancellable cancellable)
:
Number
|
Gio.DataInputStream | |
read_uint32
(Cancellable cancellable)
:
Number
|
Gio.DataInputStream | |
read_uint64
(Cancellable cancellable)
:
Number
|
Gio.DataInputStream | |
|
Gio.DataInputStream | |
read_until_async
(String stop_chars, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.DataInputStream | |
|
Gio.DataInputStream | |
set_buffer_size
(Number size)
:
none
|
Gio.BufferedInputStream | |
set_byte_order
(DataStreamByteOrder order)
:
none
|
Gio.DataInputStream | |
set_close_base_stream
(Boolean close_base)
:
none
|
Gio.FilterInputStream | |
set_newline_type
(DataStreamNewlineType type)
:
none
|
Gio.DataInputStream | |
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 |