readBinMult: Reads multiple bytes from a binary file

Description Usage Arguments Value

Description

Reads multiple bytes from a binary file

Usage

1
readBinMult(con, what, size, elements)

Arguments

con

Binary connection to file

what

Type of variable to read (e.g. Integer, Double, etc.)

size

Size of variable in bytes

elements

Number of elements

endian

Endian type of number (Big or Small)

Value

The values read in from the binary connection


joph/MERRAbin documentation built on May 29, 2019, 1:07 a.m.