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