public class FlowFileUnpackagerV1 extends Object implements FlowFileUnpackager
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowFileUnpackagerV1.NonCloseableInputStream |
| Modifier and Type | Field and Description |
|---|---|
private int |
flowFilesRead |
| Constructor and Description |
|---|
FlowFileUnpackagerV1() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
getAttributes(org.apache.commons.compress.archivers.tar.TarArchiveInputStream stream) |
boolean |
hasMoreData() |
Map<String,String> |
unpackageFlowFile(InputStream in,
OutputStream out) |
public Map<String,String> unpackageFlowFile(InputStream in, OutputStream out) throws IOException
unpackageFlowFile in interface FlowFileUnpackagerIOExceptionprotected Map<String,String> getAttributes(org.apache.commons.compress.archivers.tar.TarArchiveInputStream stream) throws IOException
IOExceptionpublic boolean hasMoreData()
throws IOException
hasMoreData in interface FlowFileUnpackagerIOExceptionCopyright © 2015 Apache NiFi Project. All rights reserved.