RGtk2 (version 2.20.31)

gBufferedInputStreamPeekBuffer: gBufferedInputStreamPeekBuffer

Description

Returns the buffer with the currently available bytes. The returned buffer must not be modified and will become invalid when reading from the stream or filling the buffer.

Usage

gBufferedInputStreamPeekBuffer(object)

Arguments

Value

A list containing the following elements:
retval
[R object] read-only buffer
count
a numeric to get the number of bytes available in the buffer.