All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.lzo.Constants

public interface Constants
Various constants.

Author:
Markus F.X.J. Oberhumer

Variable Index

 o LZO_E_EOF_NOT_FOUND
 o LZO_E_ERROR
 o LZO_E_INPUT_NOT_CONSUMED
 o LZO_E_INPUT_OVERRUN
 o LZO_E_LOOKBEHIND_OVERRUN
 o LZO_E_NOT_COMPRESSIBLE
 o LZO_E_OK
 o LZO_E_OUT_OF_MEMORY
 o LZO_E_OUTPUT_OVERRUN

Variables

 o LZO_E_OK
 public static final int LZO_E_OK
 o LZO_E_ERROR
 public static final int LZO_E_ERROR
 o LZO_E_OUT_OF_MEMORY
 public static final int LZO_E_OUT_OF_MEMORY
 o LZO_E_NOT_COMPRESSIBLE
 public static final int LZO_E_NOT_COMPRESSIBLE
 o LZO_E_INPUT_OVERRUN
 public static final int LZO_E_INPUT_OVERRUN
 o LZO_E_OUTPUT_OVERRUN
 public static final int LZO_E_OUTPUT_OVERRUN
 o LZO_E_LOOKBEHIND_OVERRUN
 public static final int LZO_E_LOOKBEHIND_OVERRUN
 o LZO_E_EOF_NOT_FOUND
 public static final int LZO_E_EOF_NOT_FOUND
 o LZO_E_INPUT_NOT_CONSUMED
 public static final int LZO_E_INPUT_NOT_CONSUMED

All Packages  Class Hierarchy  This Package  Previous  Next  Index