private static class UnpackContent.ZipUnpacker extends UnpackContent.Unpacker
| Modifier and Type | Class and Description |
|---|---|
private static class |
UnpackContent.ZipUnpacker.CompressedZipInputStreamCallback |
private static class |
UnpackContent.ZipUnpacker.EncryptedZipInputStreamCallback |
private static class |
UnpackContent.ZipUnpacker.ZipInputStreamCallback |
| Modifier and Type | Field and Description |
|---|---|
private boolean |
allowStoredEntriesWithDataDescriptor |
private char[] |
password |
fileFilter| Constructor and Description |
|---|
ZipUnpacker(Pattern fileFilter,
char[] password,
boolean allowStoredEntriesWithDataDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
unpack(ProcessSession session,
FlowFile source,
List<FlowFile> unpacked) |
fileMatches, fileMatchesprivate final char[] password
private final boolean allowStoredEntriesWithDataDescriptor
public ZipUnpacker(Pattern fileFilter, char[] password, boolean allowStoredEntriesWithDataDescriptor)
public void unpack(ProcessSession session, FlowFile source, List<FlowFile> unpacked)
unpack in class UnpackContent.UnpackerCopyright © 2023 Apache NiFi Project. All rights reserved.