Zipios is a small C++ library for reading and writing zip files. The structure
and public interface are based (somewhat loosely) on the java.util.zip package.
The streams created to access the individual entries in a zip file are based on
the standard iostream library.
