public final class LzoRawCompressor extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LAST_LITERAL_SIZE |
static int |
MIN_MATCH |
static int |
STREAM_SIZE |
| 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 STREAM_SIZE
Copyright © 2011-2016. All Rights Reserved.