|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentSource
A source of input streams. Mostly intended for situations where opening of an input stream is to be delayed.
| Method Summary | |
|---|---|
long |
getContentLength()
|
String |
getContentType()
|
String |
getDocumentURI()
|
boolean |
isLocal()
A value of false indicates that the document resides remotely, and that multiple successive accesses to it should be avoided by copying it to local storage. |
InputStream |
openInputStream()
Returns the input stream for accessing the content of the document. |
| Method Detail |
|---|
InputStream openInputStream()
throws IOException
null input stream for accessing document data.
IOExceptionString getContentType()
long getContentLength()
String getDocumentURI()
boolean isLocal()
openInputStream().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||