public interface InputStreamCallback
Modifier and Type | Method and Description |
---|---|
void |
process(java.io.InputStream in)
Provides a managed input stream for use.
|
void process(java.io.InputStream in) throws java.io.IOException
in
- the stream to read bytes fromjava.io.IOException
- if issues reading from the underlying stream