haXe API Documentation
Back |
Indexclass haxe.io.BytesBuffer
Available in flash, neko, js, flash9, php, cpp
- 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