Decompressing files

Top  Previous  Next

The Gzip class provides several methods for decompressing files.  Please review the JavaDoc for a complete listing of all available methods.

 

Example

 

// create new Zip instance

Gzip gzip = new Gzip();

 

// de-compress GZIP file to output directory

gzip.decompress(new File("C:/tmp/test.doc.gz"), new File("C:/output"));





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC