Package com.pd4ml.pdf.cos.writer
Interface IncrementalUpdateWriter.CustomBodyWriter
-
- Enclosing class:
- IncrementalUpdateWriter
public static interface IncrementalUpdateWriter.CustomBodyWriterCallback forIncrementalUpdateWriter.writeObjectCustom(com.pd4ml.pdf.cos.COSObjectKey, com.pd4ml.pdf.cos.writer.IncrementalUpdateWriter.CustomBodyWriter): writes exactly one object's body (no header/endobj -- those are handled for you).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(COSWriter writer)
-
-
-
Method Detail
-
write
void write(COSWriter writer) throws COSException
- Throws:
COSException
-
-