gBufferedInputStreamNew {RGtk2}R Documentation

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]