Uses of Class
com.itextpdf.kernel.pdf.PdfOutputStream
Packages that use PdfOutputStream
-
Uses of PdfOutputStream in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font with parameters of type PdfOutputStreamModifier and TypeMethodDescriptionabstract void
PdfFont.writeText
(GlyphLine text, int from, int to, PdfOutputStream stream) abstract void
PdfFont.writeText
(String text, PdfOutputStream stream) void
PdfSimpleFont.writeText
(GlyphLine text, int from, int to, PdfOutputStream stream) void
PdfSimpleFont.writeText
(String text, PdfOutputStream stream) void
PdfType0Font.writeText
(GlyphLine text, int from, int to, PdfOutputStream stream) void
PdfType0Font.writeText
(String text, PdfOutputStream stream) -
Uses of PdfOutputStream in com.itextpdf.kernel.pdf
Subclasses of PdfOutputStream in com.itextpdf.kernel.pdfFields in com.itextpdf.kernel.pdf declared as PdfOutputStreamModifier and TypeFieldDescriptionprotected PdfOutputStream
PdfObjectStream.indexStream
Stream containing object indices, a heading part of object stream.protected PdfOutputStream
PdfStream.outputStream
Methods in com.itextpdf.kernel.pdf that return PdfOutputStreamModifier and TypeMethodDescriptionPdfObjectStream.getIndexStream()
PdfStream.getOutputStream()
Gets output stream.Write a PdfObject to the outputstream. -
Uses of PdfOutputStream in com.itextpdf.kernel.utils
Subclasses of PdfOutputStream in com.itextpdf.kernel.utilsModifier and TypeClassDescription(package private) class
PdfWriter implementation which allows to create documents in memory and dump them on disk on purpose.