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
 
 public class LongByReference extends ByReference 
- 
- 
Constructor SummaryConstructors Constructor Description LongByReference()LongByReference(long value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue()voidsetValue(long value)java.lang.StringtoString()- 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
- 
 
- 
- 
- 
Method Detail- 
setValuepublic void setValue(long value) 
 - 
getValuepublic long getValue() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- ByReference
 
 
- 
 
-