Uses of Class
com.itextpdf.text.pdf.PRStream
Packages that use PRStream
Package
Description
-
Uses of PRStream in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PRStreamModifier and TypeMethodDescriptionbooleanCompareTool.compareStreams(PRStream outStream, PRStream cmpStream) private booleanCompareTool.compareStreamsExtended(PRStream outStream, PRStream cmpStream, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult) -
Uses of PRStream in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf with parameters of type PRStreamModifier and TypeMethodDescriptionprivate voidPdfReader.checkPRStreamLength(PRStream stream) 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, 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 -
Uses of PRStream in com.itextpdf.text.pdf.ocg
Methods in com.itextpdf.text.pdf.ocg with parameters of type PRStreamModifier and TypeMethodDescriptionvoidOCGParser.parse(PRStream stream, PdfDictionary resources) Parses a stream object and removes OCGs. -
Uses of PRStream in com.itextpdf.text.pdf.parser
Constructors in com.itextpdf.text.pdf.parser with parameters of type PRStreamModifierConstructorDescriptionPdfImageObject(PRStream stream) Creates a PdfImage object.PdfImageObject(PRStream stream, PdfDictionary colorSpaceDic) Creates a PdfImage object. -
Uses of PRStream in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PRStreamModifier and TypeMethodDescriptionprivate voidPdfCleanUpContentOperator.updateImageStream(PRStream imageStream, byte[] newData)