|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
org.icepdf.core.pobjects.filters.ChunkingInputStream
org.icepdf.core.pobjects.filters.LZWDecode
public class LZWDecode
| Field Summary |
|---|
| Fields inherited from class org.icepdf.core.pobjects.filters.ChunkingInputStream |
|---|
buffer, in |
| Constructor Summary | |
|---|---|
LZWDecode(BitStream inb,
Library library,
java.util.Hashtable entries)
|
|
| Method Summary | |
|---|---|
void |
close()
|
protected int |
fillInternalBuffer()
This is only called if bufferAvailable is 0. |
| Methods inherited from class org.icepdf.core.pobjects.filters.ChunkingInputStream |
|---|
available, fillBufferFromInputStream, fillBufferFromInputStream, mark, markSupported, read, read, read, reset, setBufferSize, setInputStream, skip, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LZWDecode(BitStream inb,
Library library,
java.util.Hashtable entries)
| Method Detail |
|---|
protected int fillInternalBuffer()
throws java.io.IOException
ChunkingInputStream
fillInternalBuffer in class ChunkingInputStreamjava.io.IOException
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class ChunkingInputStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||