public static class NativeMatchPair.ByValue extends NativeMatchPair implements com.sun.jna.Structure.ByValue
Native match pair passed to the native layer by value
NativeMatchPair.ByReference, NativeMatchPair.ByValue
query, reference
Constructor and Description |
---|
ByValue()
Default constructor
|
ByValue(NativeMatchPair pair)
Copy constructor
|
ByValue(com.sun.jna.Pointer p)
Pointer constructor
|
ByValue(short query,
short reference)
Complete constructor
|
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
public ByValue()
Default constructor
public ByValue(com.sun.jna.Pointer p)
Pointer constructor
p
- public ByValue(short query, short reference)
Complete constructor
query
- reference
- public ByValue(NativeMatchPair pair)
Copy constructor