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