GObject.Object
Gio.OutputStream
Gio.FileOutputStream
| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GFileOutputStream |
| Class : | FileOutputStream |
| Implements: | Gio.Seekable |
| Extends: | Gio.OutputStream |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
parent_instance : Gio.OutputStream
read only
|
Gio.FileOutputStream | |
|
priv : Gio.FileOutputStreamPrivate
read only
|
Gio.FileOutputStream | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gio.FileOutputStream
(Object properties)
Create a new Gio.FileOutputStream
Create a new Gio.FileOutputStream
|
||
|
can_seek
()
:
Boolean
|
Gio.Seekable | |
|
can_truncate
()
:
Boolean
|
Gio.Seekable | |
|
clear_pending
()
:
none
|
Gio.OutputStream | |
|
close
(Cancellable cancellable)
:
Boolean
|
Gio.OutputStream | |
|
close_async
(Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.OutputStream | |
|
close_finish
(AsyncResult result)
:
Boolean
|
Gio.OutputStream | |
|
flush
(Cancellable cancellable)
:
Boolean
|
Gio.OutputStream | |
|
flush_async
(Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.OutputStream | |
|
flush_finish
(AsyncResult result)
:
Boolean
|
Gio.OutputStream | |
|
get_etag
()
:
String
|
Gio.FileOutputStream | |
|
has_pending
()
:
Boolean
|
Gio.OutputStream | |
|
is_closed
()
:
Boolean
|
Gio.OutputStream | |
|
is_closing
()
:
Boolean
|
Gio.OutputStream | |
|
Gio.FileOutputStream | |
|
query_info_async
(String attributes, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.FileOutputStream | |
|
query_info_finish
(AsyncResult result)
:
Gio.FileInfo
|
Gio.FileOutputStream | |
|
Gio.Seekable | |
|
set_pending
()
:
Boolean
|
Gio.OutputStream | |
|
Gio.OutputStream | |
|
splice_async
(InputStream source, OutputStreamSpliceFlags flags, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.OutputStream | |
|
splice_finish
(AsyncResult result)
:
Number
|
Gio.OutputStream | |
|
tell
()
:
Number
|
Gio.Seekable | |
|
Gio.Seekable | |
|
Gio.OutputStream | |
| Gio.OutputStream | ||
|
write_async
(void* buffer, Number count, Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.OutputStream | |
|
write_finish
(AsyncResult result)
:
Number
|
Gio.OutputStream | |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gio.File
Method |
|
|
Gio.File
Method |
|
|
Gio.File
Method |
replace
(String etag, Boolean make_backup, FileCreateFlags flags, Cancellable cancellable)
:
Gio.FileOutputStream
|
|
Gio.File
Method |
append_to_finish
(AsyncResult res)
:
Gio.FileOutputStream
|
|
Gio.File
Method |
create_finish
(AsyncResult res)
:
Gio.FileOutputStream
|
|
Gio.File
Method |
replace_finish
(AsyncResult res)
:
Gio.FileOutputStream
|