-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
ReleaseNotes.txt
57 lines (45 loc) · 2.05 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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>