|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.qoppa.pdf.source.InputStreamPDFSource
public class InputStreamPDFSource
Implementation of the PDFSource interface when the document comes from an input stream.
| Constructor Summary | |
|---|---|
InputStreamPDFSource(InputStream inStream)
|
|
InputStreamPDFSource(InputStream inStream,
String name)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputStreamPDFSource(InputStream inStream)
public InputStreamPDFSource(InputStream inStream,
String name)
| Method Detail |
|---|
public String getName()
PDFSource
getName in interface PDFSourcepublic boolean equals(PDFSource other)
PDFSource
equals in interface PDFSourcepublic String getPath()
PDFSource
getPath in interface PDFSource
public PDFContent getContent()
throws IOException
PDFSource
getContent in interface PDFSourceIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||