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