Package com.helger.commons.codec
Class LZWCodec.LZWDecodeDictionary
java.lang.Object
com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
com.helger.commons.codec.LZWCodec.LZWDecodeDictionary
- 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, reset
-
Constructor Details
-
LZWDecodeDictionary
public LZWDecodeDictionary()
-
-
Method Details
-
readCode
Read the next code- Parameters:
aBIS- The stream to read from- Returns:
- The next code
- Throws:
IOException- In case EOF is reached
-
directGetAllBytes
-