Inheritance diagram for net::threebit::jvr::DV_DIGIT:

Public Member Functions | |
| DV_DIGIT () throws JVRException | |
| String | getDigits () throws JVRException |
| String | toString () |
| void | finalize () |
Static Public Member Functions | |
| native int | allocateBuffer () throws JVRException |
| native void | releaseBuffer (int offset) throws JVRException |
Static Package Functions | |
| [static initializer] | |
Static Private Member Functions | |
| native String | getDigits (int offset) throws JVRException |
Private Attributes | |
| int | offset = -1 |
Static Private Attributes | |
| final Object | lock = new Object() |
Definition at line 26 of file DV_DIGIT.java.
|
|
Calls Definition at line 44 of file DV_DIGIT.java. References allocateBuffer(), lock, and offset. |
|
|
Reimplemented from net::threebit::jvr::JvrJni. |
|
|
Allocates a native-context DV_DIGIT struct for this instance of DV_DIGIT. Referenced by DV_DIGIT(). |
|
|
Ensures that the DV_DIGIT structure allocated to this instance is released. Definition at line 94 of file DV_DIGIT.java. References lock, offset, and releaseBuffer(). |
|
|
Private, native version of |
|
|
Accesses the native-context DV_DIGIT structure and converts the collected digits to a string. Definition at line 64 of file DV_DIGIT.java. References offset. Referenced by toString(). |
|
|
Releases the native-context DV_DIGIT structure. Referenced by finalize(). |
|
|
Returns the digits collected into this DV_DIGIT instance. Example:
|
|
|
A private locking object. By using Definition at line 34 of file DV_DIGIT.java. Referenced by DV_DIGIT(), and finalize(). |
|
|
Offset of the DV_DIGIT struct buffer allocated to this instance. Definition at line 39 of file DV_DIGIT.java. Referenced by DV_DIGIT(), finalize(), getDigits(), and toString(). |
1.3.5