| Package | Description |
|---|---|
| org.sejda.sambox.cos | |
| org.sejda.sambox.xref |
| Modifier and Type | Method and Description |
|---|---|
XrefEntry |
IndirectCOSObjectReference.xrefEntry() |
| Modifier and Type | Class and Description |
|---|---|
class |
CompressedXrefEntry
An xref entry for a cross reference stream which represent a compressed objects (i.e.
|
| Modifier and Type | Field and Description |
|---|---|
static XrefEntry |
XrefEntry.DEFAULT_FREE_ENTRY |
| Modifier and Type | Method and Description |
|---|---|
XrefEntry |
Xref.add(XrefEntry entry)
Adds the given entry to the
Xref replacing any entry previously associated to the given object number and
generation. |
XrefEntry |
Xref.addIfAbsent(XrefEntry entry)
Adds the given entry to the
Xref if an entry with the given object number and generation is not already
present. |
static XrefEntry |
XrefEntry.freeEntry(long objectNumber,
int generationNumber)
Factory method for a free xref tabe/stream entry
|
XrefEntry |
Xref.get(COSObjectKey objectKey) |
static XrefEntry |
XrefEntry.inUseEntry(long objectNumber,
long byteOffset,
int generationNumber)
Factory method for an in use xref table/stream entry
|
static XrefEntry |
XrefEntry.unknownOffsetEntry(long objectNumber,
int generationNumber)
Factory method for an in use xref table/stream entry with unknown offset
|
| Modifier and Type | Method and Description |
|---|---|
Collection<XrefEntry> |
Xref.values() |
| Modifier and Type | Method and Description |
|---|---|
XrefEntry |
Xref.add(XrefEntry entry)
Adds the given entry to the
Xref replacing any entry previously associated to the given object number and
generation. |
XrefEntry |
Xref.addIfAbsent(XrefEntry entry)
Adds the given entry to the
Xref if an entry with the given object number and generation is not already
present. |
boolean |
XrefEntry.owns(XrefEntry entry) |
Copyright © 2020 sejda. All rights reserved.