public final class SnappyRawCompressor extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_HASH_TABLE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static int |
compress(Object inputBase,
long inputAddress,
long inputLimit,
Object outputBase,
long outputAddress,
long outputLimit,
short[] table) |
static int |
maxCompressedLength(int sourceLength) |
public static final int MAX_HASH_TABLE_SIZE
Copyright © 2011–2024. All rights reserved.