FileOutput
haxe.io.Output → sys.io.FileOutput (Class)
Use sys.io.File.write
to create a FileOutput
.
Instance Members
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
Name | Type |
---|---|
p |
Int |
pos |
Anonymous |
tell(): Int
Returns |
---|
Int |
Private Members
fd: Int
pos: Int
Name | Type |
---|---|
fd |
Int |