org.apache.tika.parser.chm.core
Class ChmConstants

java.lang.Object
  extended by org.apache.tika.parser.chm.core.ChmConstants

public class ChmConstants
extends java.lang.Object


Field Summary
static int BYTE_ARRAY_LENGHT
           
static int CHM_ITSF_V2_LEN
           
static int CHM_ITSF_V3_LEN
           
static int CHM_ITSP_V1_LEN
           
static int CHM_LZXC_MIN_LEN
           
static int CHM_LZXC_RESETTABLE_V1_LEN
           
static int CHM_LZXC_V2_LEN
           
static int CHM_PMGI_LEN
           
static java.lang.String CHM_PMGI_MARKER
           
static int CHM_PMGL_LEN
           
static int CHM_SIGNATURE_LEN
           
static int CHM_VER_1
           
static int CHM_VER_2
           
static int CHM_VER_3
           
static int CHM_WINDOW_SIZE_BLOCK
           
static java.lang.String CONTENT
           
static java.lang.String CONTROL_DATA
           
static java.lang.String DEFAULT_CHARSET
           
static short[] EXTRA_BITS
           
static java.lang.String ITSF
           
static java.lang.String ITSP
           
static int LZX_ALIGNED_MAXSYMBOLS
           
static int LZX_ALIGNED_NUM_ELEMENTS
           
static int LZX_ALIGNED_TABLEBITS
           
static int LZX_BLOCKTYPE_ALIGNED
           
static int LZX_BLOCKTYPE_INVALID
           
static int LZX_BLOCKTYPE_UNCOMPRESSED
           
static int LZX_BLOCKTYPE_VERBATIM
           
static int LZX_LENGTH_MAXSYMBOLS
           
static int LZX_LENGTH_TABLEBITS
           
static int LZX_LENTABLE_SAFETY
           
static int LZX_MAIN_MAXSYMBOLS
           
static int LZX_MAINTREE_MAXSYMBOLS
           
static int LZX_MAINTREE_TABLEBITS
           
static int LZX_MAX_MATCH
           
static int LZX_MIN_MATCH
           
static int LZX_NUM_CHARS
           
static int LZX_NUM_PRIMARY_LENGTHS
           
static int LZX_NUM_SECONDARY_LENGTHS
           
static int LZX_PRETREE_MAXSYMBOLS
           
static int LZX_PRETREE_NUM_ELEMENTS
           
static int LZX_PRETREE_NUM_ELEMENTS_BITS
           
static int LZX_PRETREE_TABLEBITS
           
static java.lang.String LZXC
           
static java.lang.String PMGL
           
static int[] POSITION_BASE
           
static java.lang.String RESET_TABLE
           
static int START_PMGL
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CHARSET

public static final java.lang.String DEFAULT_CHARSET
See Also:
Constant Field Values

ITSF

public static final java.lang.String ITSF
See Also:
Constant Field Values

ITSP

public static final java.lang.String ITSP
See Also:
Constant Field Values

PMGL

public static final java.lang.String PMGL
See Also:
Constant Field Values

LZXC

public static final java.lang.String LZXC
See Also:
Constant Field Values

CHM_PMGI_MARKER

public static final java.lang.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 java.lang.String CONTROL_DATA
See Also:
Constant Field Values

RESET_TABLE

public static final java.lang.String RESET_TABLE
See Also:
Constant Field Values

CONTENT

public static final java.lang.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.