728x90 Ad Space

Create gzip file in Java

By : Unknown
On : 7:54 AM
In :


Java GZIP 
GZIP is one of the favorite tool to compress file in Unix systems. We can compress a single file in GZIP format but we can’t compress and archive a directory using GZIP like ZIP files.
Here is a simple java program showing how can we compress a file to GZIP format and then decompress the GZIP file to create a new file.

Read more: http://latest-tutorial.com/2014/07/16/compress-decompress-file-gzip-format-java/#ixzz387BlrGNO

0 comments:

Post a Comment