haXe API Documentation
Back
|
Index
class
sys.io.FileInput
extends
haxe.io.Input
Available in neko, php, cpp
Use
sys.io.File.read
to create a
FileInput
function
eof() :
Bool
function
seek(p :
Int
, pos :
FileSeek
) :
Void
function
tell() :
Int
Back
|
Index