Skip to content haxe.io.Bytes
Fields
| Name | Type |
|---|
| length | I32 |
| b | Bytes |
| static | alloc | Fun |
| static | ofString | Fun |
Protos
f@304 get(haxe.io.Bytes, I32) → I32
f@305 set(haxe.io.Bytes, I32, I32) → Void
f@306 blit(haxe.io.Bytes, I32, haxe.io.Bytes, I32, I32) → Void
f@307 fill(haxe.io.Bytes, I32, I32, I32) → Void
f@308 sub(haxe.io.Bytes, I32, I32) → haxe.io.Bytes
f@309 compare(haxe.io.Bytes, haxe.io.Bytes) → I32
f@310 getDouble(haxe.io.Bytes, I32) → F64
f@311 getFloat(haxe.io.Bytes, I32) → F64
f@312 setFloat(haxe.io.Bytes, I32, F64) → Void
f@313 getInt32(haxe.io.Bytes, I32) → I32
f@314 getInt64(haxe.io.Bytes, I32) → haxe._Int64.___Int64
f@315 setInt32(haxe.io.Bytes, I32, I32) → Void
f@316 getString(haxe.io.Bytes, I32, I32, haxe.io.Encoding) → String
f@317 toString(haxe.io.Bytes) → String
f@318 toHex(haxe.io.Bytes) → String
f@319 __string(haxe.io.Bytes) → Bytes
Bindings
- static
f@322 __constructor__(haxe.io.Bytes, Bytes, I32) → Void
- static
f@321 ofString(String, haxe.io.Encoding) → haxe.io.Bytes
- static
f@320 alloc(I32) → haxe.io.Bytes