BytesOutput
Output → haxe.io.BytesOutput (Class)
Instance Members
Name | Type |
---|---|
c |
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
b: BytesBuffer