public interface DLPayload
Modifier and Type | Method and Description |
---|---|
HttpResponse |
getHttpResponse()
The HttpResponse
|
InputStream |
getInputStream()
The raw inputstream
|
void |
writeToFile(File file)
Writes the current stream to the specified
file |
HttpResponse getHttpResponse()
InputStream getInputStream()
void writeToFile(File file) throws IOException
file
file
- the file to write toIOException
Copyright © 2017. All rights reserved.