Uses of Class
com.itextpdf.text.pdf.PRStream
-
Packages that use PRStream Package Description com.itextpdf.text.pdf -
-
Uses of PRStream in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf with parameters of type PRStream Modifier and Type Method Description protected PdfStreamPdfCopy. copyStream(PRStream in)Translate a PRStream to a PdfStream.static byte[]PdfReader. getStreamBytes(PRStream stream)Get the content from a stream applying the required filters.static byte[]PdfReader. getStreamBytes(PRStream stream, RandomAccessFileOrArray file)Get the content from a stream applying the required filters.static byte[]PdfReader. getStreamBytesRaw(PRStream stream)Get the content from a stream as it is without applying any filter.static byte[]PdfReader. getStreamBytesRaw(PRStream stream, RandomAccessFileOrArray file)Get the content from a stream as it is without applying any filter.voidPdfLister. listStream(PRStream stream, com.itextpdf.text.pdf.PdfReaderInstance reader)Visualizes a Stream.protected voidPdfReader. readObjStm(PRStream stream, IntHashtable map)protected PdfObjectPdfReader. readOneObjStm(PRStream stream, int idx)Constructors in com.itextpdf.text.pdf with parameters of type PRStream Constructor Description PRStream(PRStream stream, PdfDictionary newDic)PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader)
-