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 TypeMethodDescriptionprivate voidPdfReader.checkPRStreamLength(PRStream stream) Deprecated.protected PdfStreamPdfCopy.copyStream(PRStream in) Deprecated.Translate a PRStream to a PdfStream.static byte[]PdfReader.getStreamBytes(PRStream stream) Deprecated.Get the content from a stream applying the required filters.static byte[]PdfReader.getStreamBytes(PRStream stream, RandomAccessFileOrArray file) Deprecated.Get the content from a stream applying the required filters.static byte[]PdfReader.getStreamBytesRaw(PRStream stream) Deprecated.Get the content from a stream as it is without applying any filter.static byte[]PdfReader.getStreamBytesRaw(PRStream stream, RandomAccessFileOrArray file) Deprecated.Get the content from a stream as it is without applying any filter.voidPdfLister.listStream(PRStream stream, PdfReaderInstance reader) Deprecated.Visualizes a Stream.protected voidPdfReader.readObjStm(PRStream stream, IntHashtable map) Deprecated.protected PdfObjectPdfReader.readOneObjStm(PRStream stream, int idx) Deprecated.Constructors in com.lowagie.text.pdf with parameters of type PRStreamModifierConstructorDescription(package private)PRStream(PRStream stream, PdfDictionary newDic) Deprecated.PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader) Deprecated.