haXe API Documentation
Back | Index
class haxe.io.BytesBuffer
Available in flash8, neko, js, flash, 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
Back | Index