| Class | Description |
|---|---|
| ContentClaimInputStream |
An InputStream that is provided a Content Repository, Content Claim, and offset into the Content Claim where a FlowFile's
content begins, and is capable of reading the content from the Content Repository, as well as providing the ability to use
ContentClaimInputStream.mark(int)/ContentClaimInputStream.reset() in order to re-read content without buffering it. |
| DisableOnCloseInputStream |
Wraps an existing InputStream, so that when
InputStream.close() is called, the underlying InputStream is NOT closed but this InputStream can no longer be written to |
| DisableOnCloseOutputStream |
Wraps an existing OutputStream, so that when
OutputStream.close() is called, the underlying OutputStream is NOT closed but this OutputStream can no longer be written to |
| FlowFileAccessInputStream |
Wraps an InputStream so that if any IOException is thrown, it will be wrapped in a FlowFileAccessException.
|
| FlowFileAccessOutputStream |
Wraps an OutputStream so that if any IOException is thrown, it will be wrapped in a FlowFileAccessException.
|
| LimitedInputStream | |
| TaskTerminationInputStream | |
| TaskTerminationOutputStream |
Copyright © 2021 Apache NiFi Project. All rights reserved.