Package org.deltafi.common.nifi
Class FlowFileTwoStepUnpackagerV3
java.lang.Object
org.deltafi.common.nifi.FlowFileTwoStepUnpackagerV3
- All Implemented Interfaces:
FlowFileTwoStepUnpackager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected longcopy(InputStream in, OutputStream out, long numBytes) booleanprotected longreadLong(InputStream in) protected StringvoidunpackageContent(InputStream in, OutputStream out)
-
Constructor Details
-
FlowFileTwoStepUnpackagerV3
public FlowFileTwoStepUnpackagerV3()
-
-
Method Details
-
hasMoreData
- Specified by:
hasMoreDatain interfaceFlowFileTwoStepUnpackager- Throws:
IOException
-
unpackageAttributes
- Specified by:
unpackageAttributesin interfaceFlowFileTwoStepUnpackager- Throws:
IOException
-
unpackageContent
- Specified by:
unpackageContentin interfaceFlowFileTwoStepUnpackager- Throws:
IOException
-
readAttributes
- Throws:
IOException
-
readString
- Throws:
IOException
-
copy
- Throws:
IOException
-
readLong
- Throws:
IOException
-