public final class LzoRawCompressor extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LAST_LITERAL_SIZE |
static int |
MAX_TABLE_SIZE |
static int |
MIN_MATCH |
| Modifier and Type | Method and Description |
|---|---|
static int |
compress(Object inputBase,
long inputAddress,
int inputLength,
Object outputBase,
long outputAddress,
long maxOutputLength,
int[] table) |
static int |
maxCompressedLength(int sourceLength) |
public static final int LAST_LITERAL_SIZE
public static final int MIN_MATCH
public static final int MAX_TABLE_SIZE
Copyright © 2011-2017. All Rights Reserved.