Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction User Functions Author(s) References
Streaming output operations on memory chunks
gMemoryOutputStreamNew(len)
gMemoryOutputStreamGetData(object)
gMemoryOutputStreamGetSize(object)
gMemoryOutputStreamGetDataSize(object)
gMemoryOutputStream(len)
1 2 3 | GObject
+----GOutputStream
+----GMemoryOutputStream
|
GMemoryOutputStream implements
GSeekable.
GMemoryOutputStream is a class for using arbitrary
memory chunks as output for GIO streaming output operations.
GMemoryOutputStreamImplements GOutputStream for arbitrary memory chunks.
gMemoryOutputStream is the equivalent of gMemoryOutputStreamNew.
GReallocFunc(data, size)Changes the size of the memory block pointed to by data to
size bytes.
The function should have the same semantics as realloc().
datamemory block to reallocate
sizesize to reallocate data to
Returns: [R object] a pointer to the reallocated memory
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gio/stable/GMemoryOutputStream.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.