BinaryReader: BinaryReader

Description Usage Arguments

View source: R/BinaryIO.R

Description

Constructor for BinaryReader class

Usage

1
2
BinaryReader(input, byteOffset, dataType, bytesPerElement,
  endian = .Platform$endian)

Arguments

input

file name to read from or else a connection object

byteOffset

the number of bytes to skip at the start of input

dataType

R data type of 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


bbuchsbaum/neuroim documentation built on March 29, 2021, 11:01 a.m.