FileInput

haxe.io.Inputsys.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

seek(p: Int, pos: Anonymous): 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

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