class haxe.io.Input
Available on all platformsAn Input is an abstract reader. See other classes in the [haxe.io] package for several possible implementations.
class haxe.io.InputAvailable on all platformsAn Input is an abstract reader. See other classes in the [haxe.io] package for several possible implementations.
function readDouble():Floatfunction readFullBytes(s:Bytes, pos:Int, len:Int):Voidfunction readString(len:Int):Stringfunction readUInt16():Intfunction readUInt24():Int