BytesBuffer
class haxe.io.BytesBufferAvailable in flash, flash9, neko, js, 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() : BytesReturns either a copy or a reference of the current bytes. Once called, the buffer can no longer be used.
version #7755, modified 2010-01-09 19:48:01 by api