org.apache.tika.parser.chm.core
Class ChmConstants
java.lang.Object
org.apache.tika.parser.chm.core.ChmConstants
public class ChmConstants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CHARSET
public static final String DEFAULT_CHARSET
- See Also:
- Constant Field Values
ITSF
public static final String ITSF
- See Also:
- Constant Field Values
ITSP
public static final String ITSP
- See Also:
- Constant Field Values
PMGL
public static final String PMGL
- See Also:
- Constant Field Values
LZXC
public static final String LZXC
- See Also:
- Constant Field Values
CHM_PMGI_MARKER
public static final String CHM_PMGI_MARKER
- See Also:
- Constant Field Values
BYTE_ARRAY_LENGHT
public static final int BYTE_ARRAY_LENGHT
- See Also:
- Constant Field Values
CHM_ITSF_V2_LEN
public static final int CHM_ITSF_V2_LEN
- See Also:
- Constant Field Values
CHM_ITSF_V3_LEN
public static final int CHM_ITSF_V3_LEN
- See Also:
- Constant Field Values
CHM_ITSP_V1_LEN
public static final int CHM_ITSP_V1_LEN
- See Also:
- Constant Field Values
CHM_PMGL_LEN
public static final int CHM_PMGL_LEN
- See Also:
- Constant Field Values
CHM_PMGI_LEN
public static final int CHM_PMGI_LEN
- See Also:
- Constant Field Values
CHM_LZXC_RESETTABLE_V1_LEN
public static final int CHM_LZXC_RESETTABLE_V1_LEN
- See Also:
- Constant Field Values
CHM_LZXC_MIN_LEN
public static final int CHM_LZXC_MIN_LEN
- See Also:
- Constant Field Values
CHM_LZXC_V2_LEN
public static final int CHM_LZXC_V2_LEN
- See Also:
- Constant Field Values
CHM_SIGNATURE_LEN
public static final int CHM_SIGNATURE_LEN
- See Also:
- Constant Field Values
CHM_VER_2
public static final int CHM_VER_2
- See Also:
- Constant Field Values
CHM_VER_3
public static final int CHM_VER_3
- See Also:
- Constant Field Values
CHM_VER_1
public static final int CHM_VER_1
- See Also:
- Constant Field Values
CHM_WINDOW_SIZE_BLOCK
public static final int CHM_WINDOW_SIZE_BLOCK
- See Also:
- Constant Field Values
START_PMGL
public static final int START_PMGL
- See Also:
- Constant Field Values
CONTROL_DATA
public static final String CONTROL_DATA
- See Also:
- Constant Field Values
RESET_TABLE
public static final String RESET_TABLE
- See Also:
- Constant Field Values
CONTENT
public static final String CONTENT
- See Also:
- Constant Field Values
LZX_MIN_MATCH
public static final int LZX_MIN_MATCH
- See Also:
- Constant Field Values
LZX_MAX_MATCH
public static final int LZX_MAX_MATCH
- See Also:
- Constant Field Values
LZX_NUM_CHARS
public static final int LZX_NUM_CHARS
- See Also:
- Constant Field Values
LZX_BLOCKTYPE_INVALID
public static final int LZX_BLOCKTYPE_INVALID
- See Also:
- Constant Field Values
LZX_BLOCKTYPE_VERBATIM
public static final int LZX_BLOCKTYPE_VERBATIM
- See Also:
- Constant Field Values
LZX_BLOCKTYPE_ALIGNED
public static final int LZX_BLOCKTYPE_ALIGNED
- See Also:
- Constant Field Values
LZX_BLOCKTYPE_UNCOMPRESSED
public static final int LZX_BLOCKTYPE_UNCOMPRESSED
- See Also:
- Constant Field Values
LZX_PRETREE_NUM_ELEMENTS_BITS
public static final int LZX_PRETREE_NUM_ELEMENTS_BITS
- See Also:
- Constant Field Values
LZX_PRETREE_NUM_ELEMENTS
public static final int LZX_PRETREE_NUM_ELEMENTS
- See Also:
- Constant Field Values
LZX_ALIGNED_NUM_ELEMENTS
public static final int LZX_ALIGNED_NUM_ELEMENTS
- See Also:
- Constant Field Values
LZX_NUM_PRIMARY_LENGTHS
public static final int LZX_NUM_PRIMARY_LENGTHS
- See Also:
- Constant Field Values
LZX_NUM_SECONDARY_LENGTHS
public static final int LZX_NUM_SECONDARY_LENGTHS
- See Also:
- Constant Field Values
LZX_PRETREE_MAXSYMBOLS
public static final int LZX_PRETREE_MAXSYMBOLS
- See Also:
- Constant Field Values
LZX_PRETREE_TABLEBITS
public static final int LZX_PRETREE_TABLEBITS
- See Also:
- Constant Field Values
LZX_MAINTREE_MAXSYMBOLS
public static final int LZX_MAINTREE_MAXSYMBOLS
- See Also:
- Constant Field Values
LZX_MAIN_MAXSYMBOLS
public static final int LZX_MAIN_MAXSYMBOLS
- See Also:
- Constant Field Values
LZX_MAINTREE_TABLEBITS
public static final int LZX_MAINTREE_TABLEBITS
- See Also:
- Constant Field Values
LZX_LENGTH_MAXSYMBOLS
public static final int LZX_LENGTH_MAXSYMBOLS
- See Also:
- Constant Field Values
LZX_LENGTH_TABLEBITS
public static final int LZX_LENGTH_TABLEBITS
- See Also:
- Constant Field Values
LZX_ALIGNED_MAXSYMBOLS
public static final int LZX_ALIGNED_MAXSYMBOLS
- See Also:
- Constant Field Values
LZX_ALIGNED_TABLEBITS
public static final int LZX_ALIGNED_TABLEBITS
- See Also:
- Constant Field Values
LZX_LENTABLE_SAFETY
public static final int LZX_LENTABLE_SAFETY
- See Also:
- Constant Field Values
EXTRA_BITS
public static short[] EXTRA_BITS
POSITION_BASE
public static int[] POSITION_BASE
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.