RGtk2 (version 2.20.31)

GMemoryInputStream: GMemoryInputStream

Description

Streaming input operations on memory chunks

Arguments

Methods and Functions

gMemoryInputStreamNew() gMemoryInputStreamNewFromData(data) gMemoryInputStreamAddData(object, data) gMemoryInputStream(data)

Hierarchy

GObject
   +----GInputStream
         +----GMemoryInputStream

Interfaces

GMemoryInputStream implements GSeekable.

Detailed Description

GMemoryInputStream is a class for using arbitrary memory chunks as input for GIO streaming input operations.

Structures

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