public abstract static class IsmFormat.KeyPrefix
extends java.lang.Object
currentKey =
previousKey[0 : sharedBytes] + read(unsharedBytes).
The key prefix is encoded as:
| Constructor and Description |
|---|
KeyPrefix() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getSharedKeySize() |
abstract int |
getUnsharedKeySize() |
static IsmFormat.KeyPrefix |
of(int sharedKeySize,
int unsharedKeySize) |
public abstract int getSharedKeySize()
public abstract int getUnsharedKeySize()
public static IsmFormat.KeyPrefix of(int sharedKeySize, int unsharedKeySize)