haXe API Documentation
Back |
Indexclass haxe.io.BytesBuffer
Available in flash8, neko, js, flash, php, cpp, cs, java
- function new() : Void
- inline function add(src : Bytes) : Void
- inline function addByte(byte : Int) : Void
- inline function addBytes(src : Bytes, pos : Int, len : Int) : Void
- function getBytes() : Bytes
- Returns either a copy or a reference of the current bytes.
Once called, the buffer can no longer be used.
Back |
Index