Uses of Class
com.itextpdf.io.source.HighPrecisionOutputStream
-
Packages that use HighPrecisionOutputStream Package Description com.itextpdf.kernel.font com.itextpdf.kernel.pdf com.itextpdf.kernel.utils -
-
Uses of HighPrecisionOutputStream in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font with parameters of type HighPrecisionOutputStream Modifier and Type Method Description private static int
PdfType0Font. writeBfrange(HighPrecisionOutputStream<ByteArrayOutputStream> stream, java.util.List<Glyph> range)
-
Uses of HighPrecisionOutputStream in com.itextpdf.kernel.pdf
Subclasses of HighPrecisionOutputStream in com.itextpdf.kernel.pdf Modifier and Type Class Description class
PdfOutputStream
class
PdfWriter
-
Uses of HighPrecisionOutputStream in com.itextpdf.kernel.utils
Subclasses of HighPrecisionOutputStream in com.itextpdf.kernel.utils Modifier and Type Class Description (package private) class
MemoryFirstPdfWriter
PdfWriter implementation which allows to create documents in memory and dump them on disk on purpose.
-