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[] |
getBytes(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 public byte[] getBytes(@Nonnegative int nCode)
Copyright © 2006–2014 phloc systems. All rights reserved.