| Andrew M. Kuchling | affd42d | 2005-12-22 20:12:39 +0000 | [diff] [blame] | 1 | \chapter{Data Compression and Archiving} |
| 2 | \label{archiving} | ||||
| 3 | |||||
| 4 | The modules described in this chapter support data compression | ||||
| 5 | with the zlib, gzip, and bzip2 algorithms, and | ||||
| 6 | the creation of ZIP- and tar-format archives. | ||||
| 7 | |||||
| 8 | \localmoduletable | ||||