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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
IntByReference
public IntByReference() -
IntByReference
public IntByReference(int value)
-
-
Method Details
-
setValue
public void setValue(int value) -
getValue
public int getValue() -
toString
- Overrides:
toString
in classByReference
-