Name : zip4j
| |
Version : 2.11.5
| Vendor : obs://build_opensuse_org/Java
|
Release : 150400.3.7
| Date : 2024-09-27 08:16:15
|
Group : Development/Libraries/Java
| Source RPM : zip4j-2.11.5-150400.3.7.src.rpm
|
Size : 0.24 MB
| |
Packager : https://www_suse_com/
| |
Summary : A Java library for zip files and streams
|
Description :
Zip4j is the most comprehensive Java library for zip files or streams. As of this writing, it is the only Java library which has support for zip encryption, apart from several other features. It tries to make handling zip files/streams a lot more easier. No more clunky boiler plate code with input streams and output streams. As you can see in the usage section below, working with zip files can now even be a single line of code, compared to this. I mean no offense to the Java’s built-in zip support. In fact, this library depends on Java’s built-in zip code and it would have been significantly more complicated challenging if I had to write compression logic as well. But lets be honest, working with zip files or streams can be a lot of boiler plate code. The main goal of this library is to provide a simple API for all usual actions of a zip file or streams by doing the heavy lifting within the library and not have developers worry about having to deal with streams, etc. Apart from usability, another important goal of this library is to provide support for as many zip features as possible, which brings me to: • Create, Add, Extract, Update, Remove files from a zip file • Support for streams (ZipInputStream and ZipOutputStream) • Read/Write password protected zip files and streams • Support for both AES and zip standard encryption methods • Support for Zip64 format • Store (No Compression) and Deflate compression method • Create or extract files from split zip files (Ex: z01, z02,...zip) • Support for Unicode file names and comments in zip • Progress Monitor - for integration into apps and user facing applications
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/Java:/packages/SLE_15_SP4/noarch |