Uses of Class
com.lowagie.text.pdf.PRStream
Packages that use PRStream
-
Uses of PRStream in com.lowagie.text.pdf
Methods in com.lowagie.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, com.lowagie.text.pdf.PdfReaderInstance reader) Visualizes a Stream.protected voidPdfReader.readObjStm(PRStream stream, IntHashtable map) protected PdfObjectPdfReader.readOneObjStm(PRStream stream, int idx) Constructors in com.lowagie.text.pdf with parameters of type PRStreamModifierConstructorDescriptionPRStream(PRStream stream, PdfDictionary newDic) PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader)