public class COSFilterASCII85Decode extends ASBufferedInFilter
BF_BUFFER_SIZE, buffernPos, resourceUsers| Constructor and Description |
|---|
COSFilterASCII85Decode(ASInputStream stream)
Constructor from encoded stream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] buffer,
int size)
Reads up to size bytes of ASCII85 decoded data into buffer.
|
addToBuffer, bufferPop, bufferPopArray, bufferSize, closeResource, concatenate, decode, feedBuffer, getBufferBegin, getBufferCapacity, getBufferEnd, getReadCounter, initialize, isEOF, peek, peek, processBuffer, read, readByte, reset, resetReadCounter, skip, unread, unreadclose, getInputStream, incrementResourceUsers, read, setInputStreamcreateStreamFromStreamavailable, mark, markSupported, read, skippublic COSFilterASCII85Decode(ASInputStream stream) throws IOException
stream - is ASCII85 encoded stream.IOExceptionpublic int read(byte[] buffer,
int size)
throws IOException
read in class ASBufferedInFilterbuffer - is byte array where decoded data will be read.size - is maximal amount of decoded bytes. It should be at least 4.IOExceptionCopyright © 2015–2017 The veraPDF Consortium. All rights reserved.