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

gBufferedOutputStreamSetAutoGrow

gBufferedOutputStreamSetAutoGrow


Description

Sets whether or not the stream's buffer should automatically grow. If auto.grow is true, then each write will just make the buffer larger, and you must manually flush the buffer to actually write out the data to the underlying stream.

Usage

gBufferedOutputStreamSetAutoGrow(object, auto.grow)

Arguments

object

a GBufferedOutputStream.

auto.grow

a logical.

Author(s)

Derived by RGtkGen from GTK+ documentation


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.