Packagecom.curlyben.utils
Classpublic class ByteTools

Utilities for low level byte operations.



Public Methods
 MethodDefined by
  
CopyObject(obj:*):*
[static] Performs a deep object copy and returns a newly created object.
ByteTools
Method detail
CopyObject()method
public static function CopyObject(obj:*):*

Performs a deep object copy and returns a newly created object.

Parameters
obj:* — The object to perform the deep copy on.

Returns
* — A newly created object value identical to the input parameter obj.