|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PDFSource
Represents a source of PDF content. This interface is used to provide PDF content to the library when loading a document. There are a number of default implementations in this package to load PDF documents from files, byte arrays, input streams and URLs. A host application can also create its own implementation if the source of the PDF content is custom.
| 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. |
| Method Detail |
|---|
String getName()
String getPath()
boolean equals(PDFSource other)
PDFContent getContent()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||