@FunctionalInterface public interface InputStreamCallback
| Modifier and Type | Method and Description |
|---|---|
void |
doWithInputStream(InputStream stream)
Called with the InputStream for the remote file.
|
void doWithInputStream(InputStream stream) throws IOException
stream - The InputStream.IOException - Any IOException.