FileOutput

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

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

Instance Members

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

writeBytes(s: haxe.io.Bytes, pos: Int, len: Int): Int
Name Type
s haxe.io.Bytes
pos Int
len Int
Returns
Int

close(): Void

seek(p: Int, pos: Anonymous): Void
Name Type
p Int
pos Anonymous

tell(): Int
Returns
Int

Private Members

fd: Int

pos: Int

new(fd: Int): Void
Name Type
fd Int