Packageorg.paazio.utils
Classpublic class Unpacker

Unpacks the data according to the compression format.



Public Methods
 MethodDefined by
  
un(ba:ByteArray):ByteArray
[static] unpack the given bytearray.
Unpacker
Method detail
un()method
public static function un(ba:ByteArray):ByteArray

unpack the given bytearray.

Parameters
ba:ByteArray — ByteArray Compressed data.

Returns
ByteArray — ByteArray Uncompressed data.