public class VarBinaryKeyCompare extends KeyCompare
Constructor and Description |
---|
VarBinaryKeyCompare() |
Modifier and Type | Method and Description |
---|---|
int |
compare(byte[] keyBuffer,
int keyOffset,
byte[] block,
int offset,
int length)
Compares the key to the block data.
|
java.lang.String |
toString(byte[] buffer,
int offset,
int length) |
public int compare(byte[] keyBuffer, int keyOffset, byte[] block, int offset, int length)
compare
in class KeyCompare
public java.lang.String toString(byte[] buffer, int offset, int length)
toString
in class KeyCompare