Uses of Class
org.apache.pdfbox.pdfwriter.COSStandardOutputStream
Packages that use COSStandardOutputStream
Package
Description
This is the persistence layer used to write the PDFBox documents to a stream.
-
Uses of COSStandardOutputStream in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter declared as COSStandardOutputStreamMethods in org.apache.pdfbox.pdfwriter that return COSStandardOutputStreamModifier and TypeMethodDescriptionprotected COSStandardOutputStream
COSWriter.getStandardOutput()
This will get the standard output stream.Methods in org.apache.pdfbox.pdfwriter with parameters of type COSStandardOutputStreamModifier and TypeMethodDescriptionprivate void
COSWriter.setStandardOutput
(COSStandardOutputStream newStandardOutput) This will set the standard output stream.