GLib.DataOutputStream – gio-2.0 Reference Manual
Packages
gio-2.0
GLib
DataOutputStream
byte_order
DataOutputStream
get_byte_order
put_byte
put_int16
put_int32
put_int64
put_string
put_uint16
put_uint32
put_uint64
set_byte_order
DataOutputStream
Object Hierarchy:
Description:
public
class
DataOutputStream
:
FilterOutputStream
,
Seekable
Namespace:
GLib
Package:
gio-2.0
Content:
Properties:
public
DataStreamByteOrder
byte_order
{
set
;
get
; }
Creation methods:
public
DataOutputStream
(
OutputStream
base_stream)
Methods:
public
DataStreamByteOrder
get_byte_order
()
public
bool
put_byte
(
uint8
data,
Cancellable
? cancellable =
null
)
throws
IOError
public
bool
put_int16
(
int16
data,
Cancellable
? cancellable =
null
)
throws
IOError
public
bool
put_int32
(
int32
data,
Cancellable
? cancellable =
null
)
throws
IOError
public
bool
put_int64
(
int64
data,
Cancellable
? cancellable =
null
)
throws
IOError
public
bool
put_string
(
string
str,
Cancellable
? cancellable =
null
)
throws
IOError
public
bool
put_uint16
(
uint16
data,
Cancellable
? cancellable =
null
)
throws
IOError
public
bool
put_uint32
(
uint32
data,
Cancellable
? cancellable =
null
)
throws
IOError
public
bool
put_uint64
(
uint64
data,
Cancellable
? cancellable =
null
)
throws
IOError
public
void
set_byte_order
(
DataStreamByteOrder
order)
Inherited Members:
All known members inherited from class GLib.FilterOutputStream
base_stream
close_base_stream
get_base_stream
get_close_base_stream
set_close_base_stream
All known members inherited from class GLib.OutputStream
clear_pending
close
close_async
flush
flush_async
has_pending
is_closed
is_closing
set_pending
splice
splice_async
write
write_all
write_async
write_bytes
write_bytes_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