public class AbstractLzoTransformer extends Object implements LzoTransformer
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 |
|---|
AbstractLzoTransformer(LzoAlgorithm algorithm,
LzoConstraint... constraints) |
| Modifier and Type | Method and Description |
|---|---|
LzoAlgorithm |
getAlgorithm() |
LzoConstraint[] |
getConstraints() |
String |
toErrorString(int code) |
public AbstractLzoTransformer(LzoAlgorithm algorithm, LzoConstraint... constraints)
public LzoAlgorithm getAlgorithm()
getAlgorithm in interface LzoTransformerpublic LzoConstraint[] getConstraints()
getConstraints in interface LzoTransformerpublic String toErrorString(int code)
toErrorString in interface LzoTransformer