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

@:has_untypedseek(p:Int, pos:FileSeek):Void

@:has_untypedtell():Int

Inherited Variables

Defined by Output

bigEndian:Bool

Endianness (word byte order) used when writing numbers.

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

Inherited Methods