Package com.helger.commons.codec
Class LZWCodec.LZWEncodeDictionary
java.lang.Object
com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
com.helger.commons.codec.LZWCodec.LZWEncodeDictionary
- Enclosing class:
LZWCodec
-
Field Summary
Fields inherited from class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
CODE_CLEARTABLE, CODE_EOF, m_aTab, m_nCodeBits, m_nFreeCode, MAX_CODE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
addEntry, getNextFreeCode
-
Constructor Details
-
LZWEncodeDictionary
public LZWEncodeDictionary()
-
-
Method Details
-
reset
public void reset()- Overrides:
resetin classLZWCodec.AbstractLZWDictionary
-
getCodeLength
public int getCodeLength() -
visit
public boolean visit(byte nByteToVisit) -
getNode
-