public class COSFilterLZWDecode extends ASBufferedInFilter
BF_BUFFER_SIZE, buffernPos, resourceUsers| Constructor and Description |
|---|
COSFilterLZWDecode(ASInputStream stream,
COSDictionary decodeParams) |
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] buffer,
int size) |
void |
reset() |
int |
skip(int size)
Skips given number of decoded bytes in stream.
|
addToBuffer, bufferPop, bufferPopArray, bufferSize, closeResource, concatenate, decode, feedBuffer, getBufferBegin, getBufferCapacity, getBufferEnd, getReadCounter, initialize, isEOF, peek, peek, processBuffer, read, readByte, resetReadCounter, unread, unreadclose, getInputStream, incrementResourceUsers, read, setInputStreamcreateStreamFromStreamavailable, mark, markSupported, read, skippublic COSFilterLZWDecode(ASInputStream stream, COSDictionary decodeParams) throws IOException
IOExceptionpublic int read(byte[] buffer,
int size)
throws IOException
read in class ASBufferedInFilterIOExceptionpublic int skip(int size)
throws IOException
ASBufferedInFilterskip in class ASBufferedInFiltersize - is amount of bytes to skip.IOException - if stream-reading error occurs.public void reset()
throws IOException
ASBufferedInFilterreset in class ASBufferedInFilterIOExceptionCopyright © 2015–2017 The veraPDF Consortium. All rights reserved.