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