FileInput
class neko.io.FileInputextends InputAvailable in nekoUse
neko.io.File.read to create a FileInput
function new( f : FileHandle ) : VoidThis should not be used directly. New FileInput objects should be created through the neko.io.File class.
function eof() : BoolReturns false.
function seek( p : Int, pos : FileSeek ) : VoidMove the read position to the specified place.
function tell() : IntReturns the current position in the file.
version #5959, modified 2009-05-12 15:12:02 by adnez