public final class SnappyRawCompressor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_HASH_TABLE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static int |
compress(java.lang.Object inputBase,
long inputAddress,
long inputLimit,
java.lang.Object outputBase,
long outputAddress,
long outputLimit,
short[] table) |
static int |
maxCompressedLength(int sourceLength) |
public static final int MAX_HASH_TABLE_SIZE