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 char[] |
password |
fileFilter
Constructor and Description |
---|
ZipUnpacker(Pattern fileFilter,
char[] password) |
Modifier and Type | Method and Description |
---|---|
void |
unpack(ProcessSession session,
FlowFile source,
List<FlowFile> unpacked) |
fileMatches, fileMatches
public ZipUnpacker(Pattern fileFilter, char[] password)
public void unpack(ProcessSession session, FlowFile source, List<FlowFile> unpacked)
unpack
in class UnpackContent.Unpacker
Copyright © 2022 Apache NiFi Project. All rights reserved.