Class ContentClaimInputStream

java.lang.Object
java.io.InputStream
org.apache.nifi.controller.repository.io.ContentClaimInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ContentClaimInputStream extends InputStream
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 mark(int)/reset() in order to re-read content without buffering it.