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