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)
-
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
-