Learn R Programming

RGtk2 (version 2.20.4)

gDataInputStreamReadByte: gDataInputStreamReadByte

Description

Reads an unsigned 8-bit/1-byte value from stream.

Usage

gDataInputStreamReadByte(object, cancellable = NULL, .errwarn = TRUE)

Arguments

Value

A list containing the following elements:retval[raw] an unsigned 8-bit/1-byte value read from the stream or 0 if an error occurred.errorGError for error reporting.