gDataInputStreamReadByte: gDataInputStreamReadByte
Description
Reads an unsigned 8-bit/1-byte value from stream.Usage
gDataInputStreamReadByte(object, cancellable = NULL, .errwarn = TRUE)
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.