public class LZWDecode extends ChunkingInputStream
| Modifier and Type | Field and Description |
|---|---|
static Name |
DECODEPARMS_KEY |
static Name |
EARLYCHANGE_KEY |
buffer, in| Constructor and Description |
|---|
LZWDecode(BitStream inb,
Library library,
java.util.HashMap entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected int |
fillInternalBuffer()
This is only called if bufferAvailable is 0.
|
available, fillBufferFromInputStream, fillBufferFromInputStream, mark, markSupported, read, read, read, reset, setBufferSize, setInputStream, skip, toStringpublic static final Name DECODEPARMS_KEY
public static final Name EARLYCHANGE_KEY
protected int fillInternalBuffer()
throws java.io.IOException
ChunkingInputStreamfillInternalBuffer in class ChunkingInputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class ChunkingInputStreamjava.io.IOException