Available on cpp, hl, neko, python, lua, macro, java, php
Use sys.io.File.write to create a FileOutput.
sys.io.File.write
FileOutput
new(f:RandomAccessFile)
Available on java
new(f:FileHandle)
Available on lua
new(impl:IFileOutput)
Available on python
seek(p:Int, pos:FileSeek):Void
tell():Int
@:keepbigEndian:Bool
Endianness (word byte order) used when writing numbers.
If true, big-endian is used, otherwise little-endian is used.
true
little-endian