protected static class LZWCodec.LZWEncodeDictionary extends LZWCodec.AbstractLZWDictionary
CODE_CLEARTABLE, CODE_EOF, m_aTab, m_nCodeBits, m_nFreeCode, MAX_CODE, s_aLogger| Constructor and Description |
|---|
LZWEncodeDictionary() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeLength() |
LZWCodec.LZWNode |
getNode(byte[] aBytes) |
void |
reset() |
boolean |
visit(byte nByteToVisit) |
addEntry, getNextFreeCodepublic void reset()
reset in class LZWCodec.AbstractLZWDictionarypublic int getCodeLength()
public boolean visit(byte nByteToVisit)
@Nullable public LZWCodec.LZWNode getNode(@Nonnull byte[] aBytes)
Copyright © 2014–2015 Philip Helger. All rights reserved.