| Constructor and Description | 
|---|
InputStreamPDFSource(InputStream inStream)  | 
InputStreamPDFSource(InputStream inStream,
                    String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(PDFSource other)
Tests if this source is equal to another source. 
 | 
PDFContent | 
getContent()
Returns an object that implements PDFContent, that contains and can deliver the contents of the PDF document. 
 | 
String | 
getName()
Returns the name of the document. 
 | 
String | 
getPath()
Returns the full path to the document. 
 | 
public InputStreamPDFSource(InputStream inStream)
public InputStreamPDFSource(InputStream inStream, String name)
public String getName()
PDFSourcepublic boolean equals(PDFSource other)
PDFSourcepublic String getPath()
PDFSourcepublic PDFContent getContent() throws IOException
PDFSourcegetContent in interface PDFSourceIOException