Use sys.io.File.read to create a FileInput.

Constructor

new(impl:IFileInput)

Available on python

new(f:RandomAccessFile)

Available on java

new(f:FileHandle)

Available on lua

Methods

Inherited Variables

Defined by Input

bigEndian:Bool

Endianness (word byte order) used when reading numbers.

If true, big-endian is used, otherwise little-endian is used.

Inherited Methods