public interface ICOSParser
| Modifier and Type | Method and Description |
|---|---|
org.apache.pdfbox.io.RandomAccessReadView |
createRandomAccessReadView(long startPosition,
long streamLength)
Creates a random access read view starting at the given position with the given length.
|
COSBase |
dereferenceCOSObject(COSObject obj)
Dereference the COSBase object which is referenced by the given COSObject.
|
COSBase dereferenceCOSObject(COSObject obj) throws IOException
obj - the COSObject which references the COSBase object to be dereferenced.IOException - if something went wrong when dereferencing the COSBase objectorg.apache.pdfbox.io.RandomAccessReadView createRandomAccessReadView(long startPosition,
long streamLength)
throws IOException
startPosition - start position within the underlying random access readstreamLength - stream lengthIOException - if something went wrong when creating the view for the RandomAccessReadCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.