|
Urbi SDK Remote for Java
2.7.5
|
Binary data of known or unknown type. More...

Public Member Functions | |
| UBinary (long cPtr, boolean cMemoryOwn) | |
| UBinary () | |
| Deep copy constructor. | |
| UBinary (UBinary b, boolean copy, boolean temp) | |
| Deep copy constructor. | |
| UBinary (UBinary b, boolean copy) | |
| Deep copy constructor. | |
| UBinary (UBinary b) | |
| Deep copy constructor. | |
| UBinary (UImage arg0, boolean copy) | |
| Deep copy constructor. | |
| UBinary (UImage arg0) | |
| Deep copy constructor. | |
| UBinary (USound arg0, boolean copy) | |
| Deep copy constructor. | |
| UBinary (USound arg0) | |
| Deep copy constructor. | |
| void | buildMessage () |
| Store the result of getMessage() in member message. | |
| void | clear () |
| Clear all the buffers that were allocated by the system. | |
| synchronized void | delete () |
| boolean | getAllocated_ () |
| byte[] | getData () |
| String | getExtraHeader () |
| String | getMessage () |
| Get header. | |
| long | getSize () |
| boolean | getTemporary_ () |
| UBinaryType | getType () |
| void | setAllocated_ (boolean value) |
| void | setData (byte[] value) |
| void | setExtraHeader (String msg) |
| void | setTemporary_ (boolean value) |
| void | setType (UBinaryType value) |
| UBinary | setValue (UBinary b) |
| Deep copy. | |
| UImage | uimageValue () |
| USound | usoundValue () |
Static Public Member Functions | |
| static long | getCPtr (UBinary obj) |
Protected Member Functions | |
| void | finalize () |
Protected Attributes | |
| boolean | swigCMemOwn |
Binary data of known or unknown type.
Handles its memory: the data field will be freed when the destructor is called.
Definition at line 15 of file UBinary.java.