Uses of Class
com.itextpdf.io.source.ByteArrayOutputStream
Packages that use ByteArrayOutputStream
-
Uses of ByteArrayOutputStream in com.itextpdf.io.image
Fields in com.itextpdf.io.image declared as ByteArrayOutputStreamModifier and TypeFieldDescription(package private) ByteArrayOutputStream
PngImageHelper.PngParameters.idat
-
Uses of ByteArrayOutputStream in com.itextpdf.io.source
Methods in com.itextpdf.io.source that return ByteArrayOutputStreamModifier and TypeMethodDescriptionByteArrayOutputStream.assignBytes
(byte[] bytes) 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 ByteArrayOutputStreamModifier and TypeMethodDescriptionprivate int
PdfType0Font.writeBfrange
(OutputStream<ByteArrayOutputStream> stream, List<Glyph> range)