public class COSFilterASCIIReader extends Object
| Constructor and Description |
|---|
COSFilterASCIIReader(ASInputStream stream,
boolean isASCIIHex)
Constructor from encoded stream.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getNextBytes()
Method gets next portion of bytes: two for ASCII Hex encoding and five
for ASCII85 encoding.
|
public COSFilterASCIIReader(ASInputStream stream, boolean isASCIIHex)
stream - is ASCII Hex or ASCII85 encoded stream.isASCIIHex - is true if stream ASCII Hex encoded, false if stream is
ASCII85 encoded.public byte[] getNextBytes()
throws IOException
IOExceptionCopyright © 2015–2018 The veraPDF Consortium. All rights reserved.