Package com.sun.jna.ptr
Class ByteByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.ptr.ByteByReference
- 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
-
ByteByReference
public ByteByReference() -
ByteByReference
public ByteByReference(byte value)
-
-
Method Details
-
setValue
public void setValue(byte value) -
getValue
public byte getValue() -
toString
- Overrides:
toString
in classByReference
-