Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gBufferedInputStreamNew: gBufferedInputStreamNew
Description
Creates a new
GInputStream
from the given
base.stream
, with a buffer set to the default size (4 kilobytes).
Usage
gBufferedInputStreamNew(base.stream = NULL)
Arguments
base.stream
a
GInputStream
.
Value
GInputStream
] a
GInputStream
for the given
base.stream
.