Uses of Class
com.itextpdf.io.source.ByteArrayOutputStream
-
Packages that use ByteArrayOutputStream Package Description com.itextpdf.io.image com.itextpdf.io.source com.itextpdf.kernel.font -
-
Uses of ByteArrayOutputStream in com.itextpdf.io.image
Fields in com.itextpdf.io.image declared as ByteArrayOutputStream Modifier and Type Field Description (package private) ByteArrayOutputStreamPngImageHelper.PngParameters. idat -
Uses of ByteArrayOutputStream in com.itextpdf.io.source
Methods in com.itextpdf.io.source that return ByteArrayOutputStream Modifier and Type Method Description ByteArrayOutputStreamByteArrayOutputStream. assignBytes(byte[] bytes)ByteArrayOutputStreamByteArrayOutputStream. assignBytes(byte[] bytes, int count) -
Uses of ByteArrayOutputStream in com.itextpdf.kernel.font
Method parameters in com.itextpdf.kernel.font with type arguments of type ByteArrayOutputStream Modifier and Type Method Description private static intPdfType0Font. writeBfrange(HighPrecisionOutputStream<ByteArrayOutputStream> stream, java.util.List<Glyph> range)
-