Uses of Class
com.aowagie.text.pdf.PRStream
-
Packages that use PRStream Package Description com.aowagie.text.pdf -
-
Uses of PRStream in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf with parameters of type PRStream Modifier and Type Method Description private void
PdfReader. checkPRStreamLength(PRStream stream)
private PdfStream
PdfCopy. 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.private static byte[]
PdfReader. getStreamBytes(PRStream stream, RandomAccessFileOrArray file)
Get the content from a stream applying the required filters.(package private) static byte[]
PdfReader. getStreamBytesRaw(PRStream stream)
Get the content from a stream as it is without applying any filter.private static byte[]
PdfReader. getStreamBytesRaw(PRStream stream, RandomAccessFileOrArray file)
Get the content from a stream as it is without applying any filter.private void
PdfReader. readObjStm(PRStream stream, IntHashtable map)
private PdfObject
PdfReader. readOneObjStm(PRStream stream, int idx)
Constructors in com.aowagie.text.pdf with parameters of type PRStream Constructor Description PRStream(PRStream stream, PdfDictionary newDic)
PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader)
-