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
protected static class LZWCodec.LZWEncodeDictionary extends LZWCodec.AbstractLZWDictionary
-
-
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 Constructor Description LZWEncodeDictionary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCodeLength()LZWCodec.LZWNodegetNode(byte[] aBytes)voidreset()booleanvisit(byte nByteToVisit)-
Methods inherited from class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
addEntry, getNextFreeCode
-
-
-
-
Method Detail
-
reset
public void reset()
- Overrides:
resetin classLZWCodec.AbstractLZWDictionary
-
getCodeLength
public int getCodeLength()
-
visit
public boolean visit(byte nByteToVisit)
-
getNode
@Nullable public LZWCodec.LZWNode getNode(@Nonnull byte[] aBytes)
-
-