readInt

open override fun readInt(): Int

Reads four bytes and returns an int (LE byte order).

See also


open override fun readInt(pos: Long): Int

Reads an integer (LE byte order) at the given position in the file

See also

BitUtil.VH_LE_INT