FileOutput
class neko.io.FileOutputextends OutputAvailable in nekoUse
neko.io.File.write to create a FileOutput
function new( f : FileHandle ) : VoidThis should not be used. New FileOutput objects should be created from the neko.io.File class.
function seek( p : Int, pos : FileSeek ) : VoidMove the current position in the file to the specified place.
function tell() : IntReturns the current position in the file.
version #5795, modified 2009-04-17 15:57:26 by ianxm