private abstract static class UnpackContent.ZipUnpacker.ZipInputStreamCallback extends Object implements InputStreamCallback
Modifier and Type | Field and Description |
---|---|
private Pattern |
fileFilter |
private String |
fragmentId |
private int |
fragmentIndex |
private static String |
PATH_SEPARATOR |
private ProcessSession |
session |
private FlowFile |
sourceFlowFile |
private List<FlowFile> |
unpacked |
Modifier | Constructor and Description |
---|---|
private |
ZipInputStreamCallback(Pattern fileFilter,
ProcessSession session,
FlowFile sourceFlowFile,
List<FlowFile> unpacked,
String fragmentId) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isFileEntryMatched(boolean directory,
String fileName) |
protected void |
processEntry(InputStream zipInputStream,
boolean directory,
String zipEntryName,
net.lingala.zip4j.model.enums.EncryptionMethod encryptionMethod) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process
private static final String PATH_SEPARATOR
private final Pattern fileFilter
private final ProcessSession session
private final FlowFile sourceFlowFile
private final String fragmentId
private int fragmentIndex
protected boolean isFileEntryMatched(boolean directory, String fileName)
protected void processEntry(InputStream zipInputStream, boolean directory, String zipEntryName, net.lingala.zip4j.model.enums.EncryptionMethod encryptionMethod)
Copyright © 2022 Apache NiFi Project. All rights reserved.