protected static class LZWCodec.LZWDecodeDictionary extends LZWCodec.AbstractLZWDictionary
CODE_CLEARTABLE, CODE_EOF, m_aTab, m_nCodeBits, m_nFreeCode, MAX_CODE, s_aLogger| Constructor and Description |
|---|
LZWCodec.LZWDecodeDictionary() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAllBytes(int nCode) |
int |
readCode(NonBlockingBitInputStream aBIS)
Read the next code
|
addEntry, getNextFreeCode, resetpublic int readCode(@Nonnull NonBlockingBitInputStream aBIS) throws IOException
aBIS - The stream to read fromIOException - In case EOF is reached@Nullable @ReturnsMutableObject(value="speed") public byte[] getAllBytes(@Nonnegative int nCode)
Copyright © 2014–2015 Philip Helger. All rights reserved.