Skip to main content

Module zip_splitter

Module zip_splitter 

Source

Structs§

ZipSplitConfig

Enums§

DuplicatePolicy
Duplicate-name policy shared with the TAR splitter; re-exported to preserve the historical public path camel_processor::zip_splitter::DuplicatePolicy. Policy applied when an archive contains duplicate entry names.

Constants§

CAMEL_ZIP_ENTRY_COMPRESSED_SIZE
CAMEL_ZIP_ENTRY_COMPRESSION
CAMEL_ZIP_ENTRY_CRC32
CAMEL_ZIP_ENTRY_INDEX
CAMEL_ZIP_ENTRY_IS_DIRECTORY
CAMEL_ZIP_ENTRY_NAME
CAMEL_ZIP_ENTRY_PATH
CAMEL_ZIP_ENTRY_SIZE

Functions§

split_zip_bytes
Split a ZIP archive’s bytes into a stream of Exchanges, one per entry.
zip_splitter