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) ByteArrayOutputStream
PngImageHelper.PngParameters. idat
-
Uses of ByteArrayOutputStream in com.itextpdf.io.source
Methods in com.itextpdf.io.source that return ByteArrayOutputStream Modifier and Type Method Description ByteArrayOutputStream
ByteArrayOutputStream. assignBytes(byte[] bytes)
ByteArrayOutputStream
ByteArrayOutputStream. 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 int
PdfType0Font. writeBfrange(OutputStream<ByteArrayOutputStream> stream, java.util.List<Glyph> range)
-