public interface DLPayload
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
The raw inputstream
|
void |
writeToFile(File file)
Writes the current stream to the specified
file |
InputStream getInputStream()
void writeToFile(File file) throws IOException
filefile - the file to write toIOException