BytesOutput

Outputhaxe.io.BytesOutput (Class)

Instance Members

writeByte(c: Int): Void
Name Type
c Int

writeBytes(buf: Bytes, pos: Int, len: Int): Int
Name Type
buf Bytes
pos Int
len Int
Returns
Int

getBytes(): Bytes

Returns the Bytes of this output.

This function should not be called more than once on a given BytesOutput instance.

Returns
Bytes

new(): Void

Private Members