
February 18th, 2004, 09:59 AM
|
|
|
|
Article Discussion: gzipping with Java
<FONT face="Verdana, Arial, Helvetica, sans-serif">The <FONT face="courier new, courier, mono">gzip</FONT> format is the de facto standard compression format in the UNIX and Linux worlds. In a previous Dev Shed article titled <EM>Zip Meets Java</EM>, Kulvir demonstrated how to use the <FONT face="courier new, courier, mono">java.util.zip</FONT> package to programmatically manipulate files in the ZIP format. In this article, we’ll cover how to use the <FONT face="courier new, courier, mono">java.util.zip</FONT> package to create and read files using the gzip format.</FONT>
Read the full article here: gzipping with Java
|