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