Uses of Class
org.apache.pdfbox.cos.COSInputStream
-
Packages that use COSInputStream Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. -
-
Uses of COSInputStream in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return COSInputStream Modifier and Type Method Description (package private) static COSInputStreamCOSInputStream. create(java.util.List<Filter> filters, COSDictionary parameters, java.io.InputStream in)Creates a new COSInputStream from an encoded input stream.(package private) static COSInputStreamCOSInputStream. create(java.util.List<Filter> filters, COSDictionary parameters, java.io.InputStream in, DecodeOptions options)Creates a new COSInputStream from an encoded input stream.COSInputStreamCOSStream. createInputStream()Returns a new InputStream which reads the decoded stream data.COSInputStreamCOSStream. createInputStream(DecodeOptions options) -
Uses of COSInputStream in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common that return COSInputStream Modifier and Type Method Description COSInputStreamPDStream. createInputStream()This will get a stream that can be read from.COSInputStreamPDStream. createInputStream(DecodeOptions options)
-