public interface StreamCallback
Modifier and Type | Method and Description |
---|---|
void |
process(InputStream in,
OutputStream out)
Provides a managed output stream for use.
|
void process(InputStream in, OutputStream out) throws IOException
in
- the stream to read bytes fromout
- the stream to write bytes toIOException
- if issues occur reading or writing the underlying streamsCopyright © 2022 Apache NiFi Project. All rights reserved.