haXe API Documentation
Back | Index
class cpp.io.FileInput
extends haxe.io.Input
Available in cpp
Use cpp.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