Uses of Class
org.openpdf.text.pdf.PRStream
Packages that use PRStream
-
Uses of PRStream in org.openpdf.text.pdf
Methods in org.openpdf.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 org.openpdf.text.pdf with parameters of type PRStreamModifierConstructorDescription(package private)PRStream(PRStream stream, PdfDictionary newDic) PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader)