Package com.helger.commons.codec
Class LZWCodec.AbstractLZWDictionary
java.lang.Object
com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
- Direct Known Subclasses:
LZWCodec.LZWDecodeDictionary,LZWCodec.LZWEncodeDictionary
- Enclosing class:
LZWCodec
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSpecial code to clear the tablestatic final intSpecial code for end of fileprotected byte[][]protected intprotected intstatic final intMaximum index -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_CODE
public static final int MAX_CODEMaximum index- See Also:
-
CODE_CLEARTABLE
public static final int CODE_CLEARTABLESpecial code to clear the table- See Also:
-
CODE_EOF
public static final int CODE_EOFSpecial code for end of file- See Also:
-
m_aTab
protected byte[][] m_aTab -
m_nFreeCode
protected int m_nFreeCode -
m_nCodeBits
protected int m_nCodeBits
-
-
Constructor Details
-
AbstractLZWDictionary
protected AbstractLZWDictionary()
-
-
Method Details
-
reset
public void reset() -
addEntry
-
getNextFreeCode
-