public interface LzoTransformer
Modifier and Type | Field and Description |
---|---|
static int |
LZO_E_EOF_NOT_FOUND |
static int |
LZO_E_ERROR |
static int |
LZO_E_INPUT_NOT_CONSUMED |
static int |
LZO_E_INPUT_OVERRUN |
static int |
LZO_E_LOOKBEHIND_OVERRUN |
static int |
LZO_E_NOT_COMPRESSIBLE |
static int |
LZO_E_OK |
static int |
LZO_E_OUT_OF_MEMORY |
static int |
LZO_E_OUTPUT_OVERRUN |
Modifier and Type | Method and Description |
---|---|
LzoAlgorithm |
getAlgorithm() |
LzoConstraint[] |
getConstraints() |
String |
toErrorString(int code) |
static final int LZO_E_OK
static final int LZO_E_ERROR
static final int LZO_E_OUT_OF_MEMORY
static final int LZO_E_NOT_COMPRESSIBLE
static final int LZO_E_INPUT_OVERRUN
static final int LZO_E_OUTPUT_OVERRUN
static final int LZO_E_LOOKBEHIND_OVERRUN
static final int LZO_E_EOF_NOT_FOUND
static final int LZO_E_INPUT_NOT_CONSUMED
@Nonnull LzoAlgorithm getAlgorithm()
@Nonnull LzoConstraint[] getConstraints()
@Nonnull String toErrorString(int code)