Package org.apache.nifi.controller.repository.io
package org.apache.nifi.controller.repository.io
-
ClassesClassDescriptionAn 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.Wraps an existing InputStream, so that whenInputStream.close()is called, the underlying InputStream is NOT closed but this InputStream can no longer be written toWraps an existing OutputStream, so that whenOutputStream.close()is called, the underlying OutputStream is NOT closed but this OutputStream can no longer be written toWraps an InputStream so that if any IOException is thrown, it will be wrapped in a FlowFileAccessException.Wraps an OutputStream so that if any IOException is thrown, it will be wrapped in a FlowFileAccessException.