| Package | Description |
|---|---|
| org.verapdf.cos | |
| org.verapdf.cos.visitor | |
| org.verapdf.io | |
| org.verapdf.parser | |
| org.verapdf.pd |
| Modifier and Type | Method and Description |
|---|---|
COSDocument |
COSIndirect.getDocument() |
abstract COSDocument |
COSBase.getDocument() |
COSDocument |
COSDirect.getDocument() |
COSDocument |
COSObject.getDocument() |
| Modifier and Type | Method and Description |
|---|---|
static COSObject |
COSIndirect.construct(COSKey value,
COSDocument doc) |
static COSObject |
COSIndirect.construct(COSObject value,
COSDocument doc) |
boolean |
COSIndirect.setKey(COSKey key,
COSDocument document) |
abstract boolean |
COSBase.setKey(COSKey key,
COSDocument document) |
boolean |
COSDirect.setKey(COSKey key,
COSDocument document) |
void |
COSObject.setKey(COSKey key,
COSDocument document) |
| Constructor and Description |
|---|
COSIndirect(COSKey key,
COSDocument document) |
COSIndirect(COSObject value,
COSDocument document) |
| Modifier and Type | Field and Description |
|---|---|
protected COSDocument |
Writer.document |
| Modifier and Type | Method and Description |
|---|---|
Object |
ICOSVisitor.visitFromDocument(COSDocument obj) |
| Constructor and Description |
|---|
IndirectWriter(COSDocument document,
String filename,
boolean append,
long indirectOffset) |
Writer(COSDocument document,
String filename,
boolean append,
long incrementalOffset) |
Writer(COSDocument document,
String filename,
long incrementalOffset) |
| Constructor and Description |
|---|
Reader(COSDocument document,
InputStream fileStream) |
Reader(COSDocument document,
String fileName) |
| Modifier and Type | Field and Description |
|---|---|
protected COSDocument |
COSParser.document |
protected COSDocument |
NotSeekableCOSParser.document |
| Modifier and Type | Method and Description |
|---|---|
COSDocument |
COSParser.getDocument() |
| Constructor and Description |
|---|
COSParser(COSDocument document,
InputStream fileStream) |
COSParser(COSDocument document,
String filename) |
DecodedObjectStreamParser(ASInputStream inputStream,
COSStream objectStream,
COSKey streamKey,
COSDocument doc)
Constructor from decoded object stream data and COSStream.
|
PDFParser(COSDocument document,
InputStream fileStream) |
PDFParser(COSDocument document,
String filename) |
SignatureParser(SeekableInputStream stream,
COSDocument document)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
COSDocument |
PDDocument.getDocument() |
| Constructor and Description |
|---|
PDPage(double[] bbox,
COSDocument document) |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.