haxe.io.BytesInput
haxe.io.BytesInput
Inherits from: haxe.io.Input
Fields
| Name | Type | |
|---|---|---|
b | Bytes | |
pos | I32 | |
len | I32 | |
totlen | I32 |
Protos
f@30637set_position(haxe.io.BytesInput, I32) → I32f@30638readByte(haxe.io.BytesInput) → I32f@30639readBytes(haxe.io.BytesInput, haxe.io.Bytes, I32, I32) → I32
Bindings
- static
f@30640__constructor__(haxe.io.BytesInput, haxe.io.Bytes, Null, Null) → Void