|
@@ -122,6 +122,12 @@ class BytesOutput extends Output {
|
|
|
|
|
|
#end
|
|
#end
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ Returns the `Bytes` of this output.
|
|
|
|
+
|
|
|
|
+ This function should not be called more than once on a given
|
|
|
|
+ `BytesOutput` instance.
|
|
|
|
+ **/
|
|
public function getBytes() : Bytes {
|
|
public function getBytes() : Bytes {
|
|
#if flash
|
|
#if flash
|
|
var bytes = b;
|
|
var bytes = b;
|