haXe API Documentation
Back | Index
class neko.io.FileOutput
extends haxe.io.Output
Available in neko
Use neko.io.File.write to create a FileOutput
function new(f : FileHandle) : Void
function seek(p : Int, pos : FileSeek) : Void
function tell() : Int
Back | Index