FileOutput
haxe.io.Output → sys.io.FileOutput (Class)
Use sys.io.File.write
to create a FileOutput
.
Instance Members
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
Name | Type |
---|---|
f |
Dynamic |