GLib.FileIOStream – gio-2.0 Reference Manual
Packages
gio-2.0
GLib
FileIOStream
FileIOStream
can_seek
can_truncate
get_etag
query_info
query_info_async
seek
tell
truncate_fn
FileIOStream
Object Hierarchy:
Description:
public
class
FileIOStream
:
IOStream
,
Seekable
Namespace:
GLib
Package:
gio-2.0
Content:
Creation methods:
protected
FileIOStream
()
Methods:
public
virtual
bool
can_seek
()
public
virtual
bool
can_truncate
()
public
virtual
string
get_etag
()
public
virtual
FileInfo
query_info
(
string
attributes,
Cancellable
? cancellable =
null
)
throws
Error
public
virtual
async
FileInfo
query_info_async
(
string
attributes,
int
io_priority =
DEFAULT
,
Cancellable
? cancellable =
null
)
throws
Error
public
virtual
bool
seek
(
int64
offset,
SeekType
type,
Cancellable
? cancellable =
null
)
throws
Error
public
virtual
int64
tell
()
public
virtual
bool
truncate_fn
(
int64
size,
Cancellable
? cancellable =
null
)
throws
Error
Inherited Members:
All known members inherited from class GLib.IOStream
closed
input_stream
output_stream
clear_pending
close
close_async
get_input_stream
get_output_stream
has_pending
is_closed
set_pending
splice_async
All known members inherited from class GLib.Object
@new
newv
new_valist
get_type
get_class
@ref
unref
ref_sink
weak_ref
weak_unref
add_weak_pointer
remove_weak_pointer
@get
@set
get_property
set_property
get_data
set_data
set_data_full
steal_data
get_qdata
set_qdata
set_qdata_full
steal_qdata
freeze_notify
thaw_notify
dispose
constructed
notify_property
connect
disconnect
add_toggle_ref
remove_toggle_ref
bind_property
notify
ref_count
All known members inherited from interface GLib.Seekable
can_seek
can_truncate
seek
tell
truncate