Use sys.io.File.write to create a FileOutput.

Constructor

new(f:RandomAccessFile)

Available on java

new(impl:IFileOutput)

Available on python

new(f:FileHandle)

Available on lua

Methods

Inherited Variables

Defined by Output

@:keepbigEndian:Bool

Endianness (word byte order) used when writing numbers.

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

Inherited Methods