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 TypeMethodDescriptionprotected 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, org.openpdf.text.pdf.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 PRStreamModifierConstructorDescriptionPRStream(PRStream stream, PdfDictionary newDic) PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader)