Description
7-Zip archive functionality from the C++ library can be used inside Java applications through a wrapper.
It is useful for software that needs archive extraction, inspection, or compression without shelling out to a separate tool. Archive handling must treat compressed files as untrusted input and guard against path traversal or decompression bombs.