Property | Defined By | ||
---|---|---|---|
heap : ByteArray [read-only] | FastByteArray | ||
length : uint | FastByteArray | ||
offset : uint [read-only] | FastByteArray |
Property | Defined By | ||
---|---|---|---|
_bytes : ByteArray | FastByteArray | ||
_length : uint | FastByteArray | ||
_offset : uint | FastByteArray |
Method | Defined By | ||
---|---|---|---|
FastByteArray | |||
clear():void | FastByteArray | ||
create(length:int):FastByteArray [static] | FastByteArray | ||
dispose():void | FastByteArray | ||
getHeapAddress(addr:uint = 0):uint | FastByteArray | ||
resize(newLength:uint):void | FastByteArray | ||
[static] | FastByteArray |
Method | Defined By | ||
---|---|---|---|
reset(out:FastByteArray, length:int):void [static] | FastByteArray |
_bytes | property |
protected var _bytes:ByteArray
_length | property |
protected var _length:uint
_offset | property |
protected var _offset:uint
heap | property |
heap:ByteArray
[read-only] public function get heap():ByteArray
length | property |
length:uint
public function get length():uint
public function set length(value:uint):void
offset | property |
offset:uint
[read-only] public function get offset():uint
FastByteArray | () | Constructor |
public function FastByteArray()
clear | () | method |
public final function clear():void
create | () | method |
dispose | () | method |
public final function dispose():void
getHeapAddress | () | method |
public final function getHeapAddress(addr:uint = 0):uint
Parameters
addr:uint (default = 0 )
|
uint |
reset | () | method |
protected static function reset(out:FastByteArray, length:int):void
Parameters
out:FastByteArray | |
length:int |
resize | () | method |
public final function resize(newLength:uint):void
Parameters
newLength:uint |
switchMemory | () | method |
public static function switchMemory(fastByteArray1:FastByteArray, fastByteArray2:FastByteArray):void
Parameters
fastByteArray1:FastByteArray | |
fastByteArray2:FastByteArray |