Uses of Interface
com.pd4ml.pdf.cos.writer.IncrementalUpdateWriter.CustomBodyWriter
-
Packages that use IncrementalUpdateWriter.CustomBodyWriter Package Description com.pd4ml.pdf.cos.writer -
-
Uses of IncrementalUpdateWriter.CustomBodyWriter in com.pd4ml.pdf.cos.writer
Methods in com.pd4ml.pdf.cos.writer with parameters of type IncrementalUpdateWriter.CustomBodyWriter Modifier and Type Method Description voidIncrementalUpdateWriter. writeObjectCustom(COSObjectKey key, IncrementalUpdateWriter.CustomBodyWriter bodyWriter)LikeIncrementalUpdateWriter.writeObject(com.pd4ml.pdf.cos.COSBase), but the object's body is written bybodyWriterinstead of the genericCOSWritervisitor -- for the rare case where a caller needs to track exact byte offsets inside the body itself (a PDF signature's/Contentsand/ByteRangebeing the motivating example).
-