Package org.deltafi.common.nifi
Class FlowFileInputStream
java.lang.Object
java.io.InputStream
java.io.PipedInputStream
org.deltafi.common.io.WriterPipedInputStream
org.deltafi.common.nifi.FlowFileInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields inherited from class java.io.PipedInputStream
buffer, in, out, PIPE_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunPipeWriter(InputStream in, Map<String, String> attributes, long fileSize, ExecutorService executorService) Methods inherited from class org.deltafi.common.io.WriterPipedInputStream
close, runPipeWriterMethods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
FlowFileInputStream
- Throws:
IOException
-
FlowFileInputStream
public FlowFileInputStream(org.apache.nifi.util.FlowFilePackager flowFilePackager) throws IOException - Throws:
IOException
-
-
Method Details
-
runPipeWriter
public void runPipeWriter(InputStream in, Map<String, String> attributes, long fileSize, ExecutorService executorService) throws IOException- Throws:
IOException
-