Modifier and Type | Class and Description |
---|---|
static class |
Ref.DoubleRef |
Constructor and Description |
---|
Ref(Id identifier,
com.pd4ml.pdf.parser.Objects xref) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getType() |
void |
setToBeWritten() |
String |
toString() |
void |
touch(HashMap duplicates) |
void |
write(com.pd4ml.pdf.parser.CountingStream out,
com.pd4ml.pdf.parser.PdfDoc doc,
HashMap objects,
com.pd4ml.pdf.parser.Crypto.CipherTransform cipher) |
resolveReferences, storeOffset
public final Id refid
public Ref(Id identifier, com.pd4ml.pdf.parser.Objects xref)
public void touch(HashMap duplicates) throws IOException
touch
in class PdfObject
IOException
public void setToBeWritten() throws IOException
setToBeWritten
in class PdfObject
IOException
public void write(com.pd4ml.pdf.parser.CountingStream out, com.pd4ml.pdf.parser.PdfDoc doc, HashMap objects, com.pd4ml.pdf.parser.Crypto.CipherTransform cipher) throws IOException
write
in class PdfObject
IOException
public int getType()
Revision 4.0.15 / 20220727-0149