public class StringKeyCompare extends KeyCompare
| Constructor and Description |
|---|
StringKeyCompare() |
| 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 KeyComparepublic java.lang.String toString(byte[] buffer,
int offset,
int length)
toString in class KeyCompare