FileSource, StringSource, UrlSourcepublic interface Source
| Modifier and Type | Method | Description |
|---|---|---|
java.io.InputStream |
getInputStream() |
Gets a byte stream to the source contents.
|
java.lang.String |
getLocation() |
Provides a user-friendly hint about the location of the source.
|
java.io.InputStream getInputStream()
throws java.io.IOException
null.java.io.IOExceptionjava.lang.String getLocation()
null.