Learn R Programming

neuroim (version 0.0.6)

BinaryReader-class: BinaryReader

Description

This class supports reading of bulk binary data from a connection

Arguments

Slots

input
the binary input connection
byteOffset
the number of bytes to skip at the start of input
dataType
the dataType of the binary Elements
bytesPerElement
number of bytes in each data element (e.g. 4 or 8 for floating point numbers)
endian
endianness of binary input connection