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