Home / 7-Zip-JBinding / 16.02-2.01
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2020-02-19 2.1 kB
sevenzipjbinding-16.02-2.01-Windows-x86.zip 2020-02-19 2.3 MB
sevenzipjbinding-16.02-2.01-Windows-amd64.zip 2020-02-19 2.5 MB
sevenzipjbinding-16.02-2.01-Mac-x86_64.zip 2020-02-19 1.9 MB
sevenzipjbinding-16.02-2.01-Linux-i386.zip 2020-02-19 2.6 MB
sevenzipjbinding-16.02-2.01-Linux-armv71.zip 2020-02-19 2.4 MB
sevenzipjbinding-16.02-2.01-Linux-armv6.zip 2020-02-19 2.2 MB
sevenzipjbinding-16.02-2.01-Linux-armv5.zip 2020-02-19 3.0 MB
sevenzipjbinding-16.02-2.01-Linux-arm64.zip 2020-02-19 3.1 MB
sevenzipjbinding-16.02-2.01-Linux-amd64.zip 2020-02-19 2.5 MB
sevenzipjbinding-16.02-2.01-AllWindows.zip 2020-02-19 3.8 MB
sevenzipjbinding-16.02-2.01-AllPlatforms.zip 2020-02-19 7.9 MB
sevenzipjbinding-16.02-2.01-AllLinux.zip 2020-02-19 4.2 MB
Totals: 13 Items   38.4 MB 19
7-Zip-JBinding Release Notes
============================

Main features of 16.02-2.01 (Release, extraction/compression/update, cross-platform, based on zip/p7zip 16.02)

    * Bind 7-Zip 16.02, In-memory archive extraction/creation/update

    * Extraction of
        - 7z, Arj, BZip2, Cab, Chm, Cpio, Ar/A/Lib/Deb, Fat, GZip, HFS, Iso,
          Lzh, Lzma, Nsis, Ntfs, Rar, Rpm, Split, Tar, Udf, Wim, Xar, Z, Zip

        - Archive format auto detection
        - Support for password protected and in volumes splitted archives
        - Full featured and simplified extraction interfaces

    * Compression & update of
        - 7z, Zip, Tar, GZip, BZip2
        - Convenient archive format specific and generic compression APIs
        - Password protected archives (7z, zip) with encrypted archive headers (7z only)
        
    * 7-Zip-JBinding requires Java 1.5 or higher

    * Cross-platform. Binaries available for
        - Windows 32/64
        - Linux 32/64
        - Mac OS X 64
        - ARM (WARNING: Not a part of -AllPlatform or -AllLinux !!!)
			* ARMv5 (armel)
			* ARMv6 (RaspberryPi 2)
			* ARMv7 (armhf)
			* ARM64

    * Multi-platform distributions (with platform auto-detection):
        - AllWindows - includes Win32 and Win64
        - AllLinux - includes Linux32 and Linux64 (ARM not included)
        - AllPlatforms - includes AllWindows, AllLinux and Mac

    * JavaDoc + Snippets (see documentation on the web: sevenzipjbind.sf.net)

        * Over 8599 JUnit tests:
            - Initialization
            - All extraction methods
            - Compression
            - Unicode support

    * Available on the Maven Central (a week after the official release)
        <dependency>
            <groupId>net.sf.sevenzipjbinding</groupId>
            <artifactId>sevenzipjbinding</artifactId>
            <version>16.02-2.01</version>
        </dependency>
        <dependency>
            <groupId>net.sf.sevenzipjbinding</groupId>
            <artifactId>sevenzipjbinding-all-platforms</artifactId>
            <version>16.02-2.01</version>
        </dependency>

Source: README.txt, updated 2020-02-19