GLib.MemoryInputStream – gio-2.0 Reference Manual
Packages
gio-2.0
GLib
MemoryInputStream
MemoryInputStream
MemoryInputStream.from_bytes
MemoryInputStream.from_data
add_bytes
add_data
MemoryInputStream
Object Hierarchy:
Description:
public
class
MemoryInputStream
:
InputStream
,
PollableInputStream
,
Seekable
Namespace:
GLib
Package:
gio-2.0
Content:
Creation methods:
public
MemoryInputStream
()
public
MemoryInputStream.from_bytes
(
Bytes
bytes)
public
MemoryInputStream.from_data
(
owned
uint8
[] data,
DestroyNotify
? destroy)
Methods:
public
void
add_bytes
(
Bytes
bytes)
public
void
add_data
(
owned
uint8
[] data,
DestroyNotify
? destroy)
Inherited Members:
All known members inherited from class GLib.InputStream
clear_pending
close
close_async
has_pending
is_closed
read
read_all
read_async
read_bytes
read_bytes_async
set_pending
skip
skip_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.PollableInputStream
can_poll
create_source
is_readable
read_nonblocking
read_nonblocking_fn
All known members inherited from interface GLib.Seekable
can_seek
can_truncate
seek
tell
truncate