BinaryWriter-class {neuroim2}R Documentation

BinaryWriter Class

Description

This class supports writing of bulk binary data to a connection

Slots

output

The binary output connection

byte_offset

The number of bytes to skip at the start of input

data_type

The data type of the binary elements

bytes_per_element

The number of bytes in each data element (e.g. 4 or 8 for floating point numbers)

endian

The endianness of the binary output connection


[Package neuroim2 version 0.8.1 Index]