Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GMemoryOutputStream

GMemoryOutputStream


Description

Streaming output operations on memory chunks

Methods and Functions

Hierarchy

GObject
   +----GOutputStream
         +----GMemoryOutputStream

Interfaces

GMemoryOutputStream implements GSeekable.

Detailed Description

GMemoryOutputStream is a class for using arbitrary memory chunks as output for GIO streaming output operations.

Structures

GMemoryOutputStream

Implements GOutputStream for arbitrary memory chunks.

Convenient Construction

gMemoryOutputStream is the equivalent of gMemoryOutputStreamNew.

User Functions

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().

data

memory block to reallocate

size

size to reallocate data to

Returns: [R object] a pointer to the reallocated memory

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.