FileOutput

haxe.io.Outputsys.io.FileOutput (Class)

Use sys.io.File.write to create a FileOutput.

Instance Members

writeByte(c: Int): Void
Name Type
c Int

writeBytes(s: haxe.io.Bytes, p: Int, l: Int): Int
Name Type
s haxe.io.Bytes
p Int
l Int
Returns
Int

flush(): Void

close(): Void

Private Members

new(f: Dynamic): Void
Name Type
f Dynamic