FileOutput

haxe.io.Output_Sys.FileOutput (private class)

Instance Members

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

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

writeString(s: String, ?encoding: Anonymous): Void
Name Type Default
s String
encoding Anonymous (optional)

flush(): Void

close(): Void

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

Private Members

fd: Int