Package com.sun.jna.ptr
Class NativeLongByReference
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.ptr.ByReference
-
- com.sun.jna.ptr.NativeLongByReference
-
- All Implemented Interfaces:
NativeMapped
public class NativeLongByReference extends ByReference
-
-
Constructor Summary
Constructors Constructor Description NativeLongByReference()
NativeLongByReference(NativeLong value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NativeLong
getValue()
void
setValue(NativeLong value)
-
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
-
-
-
Constructor Detail
-
NativeLongByReference
public NativeLongByReference()
-
NativeLongByReference
public NativeLongByReference(NativeLong value)
-
-
Method Detail
-
setValue
public void setValue(NativeLong value)
-
getValue
public NativeLong getValue()
-
-