Multivalent API

Uses of Class
multivalent.std.adaptor.pdf.InputStreamComposite

Packages that use InputStreamComposite
multivalent.std.adaptor.pdf PDF manipulation: read, render, modify, write.
 

Uses of InputStreamComposite in multivalent.std.adaptor.pdf
 

Methods in multivalent.std.adaptor.pdf that return InputStreamComposite
 InputStreamComposite PDFReader.getInputStream(java.lang.Object o, boolean iscontent)
          Given indirect reference to stream dictionary or array of such references, returns stream of uncompressed and decrypted data.
 InputStreamComposite PDFReader.getInputStream(java.lang.Object o)
          Same as PDFReader.getInputStream(Object, boolean), assuming not a content stream.
 

Methods in multivalent.std.adaptor.pdf with parameters of type InputStreamComposite
 java.lang.Object PDFReader.readObject(InputStreamComposite in)
          Reads a complete object from a content stream: int, string, dictionary, map, ..., including all subparts
 void PDFReader.eatSpace(InputStreamComposite in)
          Eat whitespace between tokens in content stream.
 Cmd PDFReader.readCommand(InputStreamComposite in)
          Parse next command from content stream, or return null if no more.
 Dict PDFReader.readInlineImage(InputStreamComposite in)
          Parse inline image from stream into a dictionary with its attributes and the data in a COS.CLASS_DATA under key COS.STREAM_DATA.
static java.awt.image.BufferedImage Images.createInline(InputStreamComposite is, Dict csres, java.awt.geom.AffineTransform ctm, java.awt.Color fillcolor, PDFReader pdfr)
          Process inline image into Node.
 


Multivalent API