BeoZip is a Java application that backs up data into ZIP files while also providing additional archiving utilities. This program uses the Java APIs for reading and writing ZIP files.
Minimalist rework of gzip/gunzip with minimal memory requirement (16KB zip / 2KB unzip) and addons : on-the-fly processing of partial input data (no need to bufferize all data), input from and/or output to memory... Demo/test program also provided