haXe API Documentation
Back | Index
class haxe.io.BytesBuffer
Available in flash, neko, js, flash9, php
function new() : Void
function add(src : Bytes) : Void
function addByte(byte : Int) : Void
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