Modifier and Type | Field and Description |
---|---|
Id |
id |
boolean |
touched |
com.pd4ml.pdf.parser.Objects |
xref |
Constructor and Description |
---|
PdfObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
void |
resolveReferences() |
void |
setToBeWritten() |
void |
storeOffset(Integer i,
com.pd4ml.pdf.parser.CountingStream out,
HashMap<Integer,Long> objects) |
abstract String |
toString() |
void |
touch(HashMap<Id,Ref> duplicates) |
void |
write(com.pd4ml.pdf.parser.CountingStream out,
com.pd4ml.pdf.parser.PdfDoc doc,
HashMap<Integer,Long> objects,
com.pd4ml.pdf.parser.Crypto.CipherTransform cipher) |
public Id id
public boolean touched
public com.pd4ml.pdf.parser.Objects xref
public void touch(HashMap<Id,Ref> duplicates) throws IOException
IOException
public void setToBeWritten() throws IOException
IOException
public void write(com.pd4ml.pdf.parser.CountingStream out, com.pd4ml.pdf.parser.PdfDoc doc, HashMap<Integer,Long> objects, com.pd4ml.pdf.parser.Crypto.CipherTransform cipher) throws IOException
IOException
public void storeOffset(Integer i, com.pd4ml.pdf.parser.CountingStream out, HashMap<Integer,Long> objects)
public void resolveReferences()
Revision 4.0.15 / 20220727-0149