GMemoryInputStream: GMemoryInputStream
Description
Streaming input operations on memory chunksHierarchy
GObject
+----GInputStream
+----GMemoryInputStreamInterfaces
GMemoryInputStream implements
GSeekable
.Detailed Description
GMemoryInputStream
is a class for using arbitrary
memory chunks as input for GIO streaming input operations.Convenient Construction
gMemoryInputStream
is the result of collapsing the constructors of GMemoryInputStream
(gMemoryInputStreamNew
, gMemoryInputStreamNewFromData
) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.References
http://library.gnome.org/devel//gio/GMemoryInputStream.html