Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Author(s) References
Streaming input operations on memory chunks
gMemoryInputStreamNew()
gMemoryInputStreamNewFromData(data)
gMemoryInputStreamAddData(object, data)
gMemoryInputStream(data)
1 2 3 | GObject
+----GInputStream
+----GMemoryInputStream
|
GMemoryInputStream implements
GSeekable
.
GMemoryInputStream
is a class for using arbitrary
memory chunks as input for GIO streaming input operations.
GMemoryInputStream
Implements GInputStream
for arbitrary memory chunks.
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.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gio/stable/GMemoryInputStream.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.