All Packages Class Hierarchy This Package Previous Next Index
Interface org.lzo.Constants
- public interface Constants
Various constants.
- Author:
- Markus F.X.J. Oberhumer
-
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
-
LZO_E_OK
public static final int LZO_E_OK
LZO_E_ERROR
public static final int LZO_E_ERROR
LZO_E_OUT_OF_MEMORY
public static final int LZO_E_OUT_OF_MEMORY
LZO_E_NOT_COMPRESSIBLE
public static final int LZO_E_NOT_COMPRESSIBLE
LZO_E_INPUT_OVERRUN
public static final int LZO_E_INPUT_OVERRUN
LZO_E_OUTPUT_OVERRUN
public static final int LZO_E_OUTPUT_OVERRUN
LZO_E_LOOKBEHIND_OVERRUN
public static final int LZO_E_LOOKBEHIND_OVERRUN
LZO_E_EOF_NOT_FOUND
public static final int LZO_E_EOF_NOT_FOUND
LZO_E_INPUT_NOT_CONSUMED
public static final int LZO_E_INPUT_NOT_CONSUMED
All Packages Class Hierarchy This Package Previous Next Index