public interface DownloadResult
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream()
Returns an input stream to the downloaded result.
|
boolean |
isComplete() |
java.io.InputStream getInputStream() throws java.io.IOException
null
if the download was unsuccessful.java.io.IOException
boolean isComplete()
true
if the download is complete, false
if not.