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