W3cubDocs

/Haxe Sys

FileOutput

package sys.io

extends Output

@:coreApi Available on cpp, hl, java, lua, macro, neko, php, python

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

seek (p:Int, pos:FileSeek):Void

tell ():Int

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/sys/io/FileOutput.html