FileInput
haxe.io.Input → sys.io.FileInput (Class)
Use sys.io.File.read
to create a FileInput
.
Instance Members
readByte(): Int
Returns |
---|
Int |
readBytes(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 |
eof(): Bool
Returns |
---|
Bool |
Private Members
fd: Int
pos: Int
hasReachedEof: Bool
throwEof(): Void
Name | Type |
---|---|
fd |
Int |