public interface InputStreamCallback
| Modifier and Type | Method and Description |
|---|---|
void |
process(InputStream in)
Provides a managed input stream for use.
|
void process(InputStream in) throws IOException
in - the stream to read bytes fromIOException - if issues reading from the underlying streamCopyright © 2016 Apache NiFi Project. All rights reserved.