What archive files are
What data compression is and how to compress and decompress data
How to compute checksum for data using different algorithms
How to create files in ZIP, GZIP, and JAR file formats and read data from them
How to use the jar command-line tool to work with JAR files
All example programs in this chapter are a member of a jdojo.archives module, as declared in Listing 8-1.
The Declaration of a jdojo.archives Module
What Is an Archive File ?
An ...