Package com.sun.jna.ptr
Class LongByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.ptr.LongByReference
- All Implemented Interfaces:
- NativeMapped
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
- 
Constructor Details- 
LongByReferencepublic LongByReference()
- 
LongByReferencepublic LongByReference(long value) 
 
- 
- 
Method Details- 
setValuepublic void setValue(long value) 
- 
getValuepublic long getValue()
- 
toString- Overrides:
- toStringin class- ByReference
 
 
-