haXe API Documentation
Back | Index
class cs.io.NativeInput
extends haxe.io.Input
Available in cs
var canSeek(dynamic,null) : Bool
function new(stream : cs.system.io.Stream) : Void
function eof() : Bool
function seek(p : Int, pos : sys.io.FileSeek) : Void
function tell() : Int
Back | Index