| GMemoryInputStream {RGtk2} | R Documentation |
Streaming input operations on memory chunks
gMemoryInputStreamNew()
gMemoryInputStreamNewFromData(data)
gMemoryInputStreamAddData(object, data)
gMemoryInputStream(data)
GObject
+----GInputStream
+----GMemoryInputStream
GMemoryInputStream implements
GSeekable.
GMemoryInputStream is a class for using arbitrary
memory chunks as input for GIO streaming input operations.
GMemoryInputStreamImplements 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
http://library.gnome.org/devel//gio/GMemoryInputStream.html