public class LzoCompressor1y_1 extends AbstractLzo1Compressor
LZO_E_EOF_NOT_FOUND, LZO_E_ERROR, LZO_E_INPUT_NOT_CONSUMED, LZO_E_INPUT_OVERRUN, LZO_E_LOOKBEHIND_OVERRUN, LZO_E_NOT_COMPRESSIBLE, LZO_E_OK, LZO_E_OUT_OF_MEMORY, LZO_E_OUTPUT_OVERRUN| Constructor and Description |
|---|
LzoCompressor1y_1() |
| Modifier and Type | Method and Description |
|---|---|
int |
compress(byte[] in,
int in_base,
int in_len,
byte[] out,
int out_base,
lzo_uintp out_len) |
static int |
compress(byte[] in,
int in_base,
int in_len,
byte[] out,
int out_base,
lzo_uintp out_len,
Object wrkmem)
// public entry point
|
int |
getCompressionLevel() |
String |
toString() |
getCompressionOverheadgetAlgorithm, getConstraints, toErrorStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAlgorithm, getConstraints, toErrorStringpublic LzoCompressor1y_1()
public int getCompressionLevel()
public static int compress(byte[] in, int in_base, int in_len, byte[] out, int out_base, lzo_uintp out_len, Object wrkmem)