class haxe.io.BytesOutput extends Output

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from Output

var bigEndian:Bool
function write(s:Bytes):Void
function writeByte(c:Int):Void
function writeBytes(s:Bytes, pos:Int, len:Int):Int
function writeFullBytes(s:Bytes, pos:Int, len:Int):Void
function writeInt32(x:Int):Void
function writeString(s:String):Void

var length:Int

The length of the stream in bytes.

function new(): Void

function getBytes(): Bytes

function writeByte(c:Int): Void

function writeBytes(buf:Bytes, pos:Int, len:Int): Int