Skip to content

haxe.io.Input

haxe.io.Input

Fields

NameType
bigEndianBool

Protos

  • f@5170 readByte(haxe.io.Input) → I32
  • f@5171 readBytes(haxe.io.Input, haxe.io.Bytes, I32, I32) → I32
  • f@5172 close(haxe.io.Input) → Void
  • f@5173 set_bigEndian(haxe.io.Input, Bool) → Bool
  • f@5174 readAll(haxe.io.Input, Null) → haxe.io.Bytes
  • f@5175 readFullBytes(haxe.io.Input, haxe.io.Bytes, I32, I32) → Void
  • f@5176 read(haxe.io.Input, I32) → haxe.io.Bytes
  • f@5177 readUntil(haxe.io.Input, I32) → String
  • f@5178 readLine(haxe.io.Input) → String
  • f@5179 readFloat(haxe.io.Input) → F64
  • f@5180 readInt16(haxe.io.Input) → I32
  • f@5181 readUInt16(haxe.io.Input) → I32
  • f@5182 readUInt24(haxe.io.Input) → I32
  • f@5183 readInt32(haxe.io.Input) → I32
  • f@5184 readString(haxe.io.Input, I32, haxe.io.Encoding) → String

Bindings

No bindings.