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