public class IntByReference extends ByReference
Constructor and Description |
---|
IntByReference() |
IntByReference(int value) |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
void |
setValue(int value) |
java.lang.String |
toString() |
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
public IntByReference()
public IntByReference(int value)
public void setValue(int value)
public int getValue()
public java.lang.String toString()
toString
in class ByReference