gDataInputStreamReadInt16: gDataInputStreamReadInt16
Description
Reads a 16-bit/2-byte value from stream.Usage
gDataInputStreamReadInt16(object, cancellable = NULL, .errwarn = TRUE)
Value
A list containing the following elements:retval[integer] a signed 16-bit/2-byte value read from stream or 0 if
an error occurred.errorGError for error reporting.Details
In order to get the correct byte order for this read operation,
see gDataStreamGetByteOrder() and gDataStreamSetByteOrder().