Decompressing files

Top  Previous 

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

 

Example

 

// create new Zip instance

Zip zip = new Zip();

 

// de-compress ZIP file to output directory

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





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

© 2021 JSCAPE LLC