RGtk2 (version 2.20.31)

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

auto.grow
a logical.