Quantcast
Channel: Examples Java Code Geeks » FileInputStream
Viewing all articles
Browse latest Browse all 9

Decompress a GZIP File in Java example

$
0
0
In the previous tutorial we saw how to compress a File with the GZIP method. In this tutorial we are going to see how to decompress the File that was compressed with the GZIP method. Basically all you have to do to decompress a gzipped file is: Create a FileInputStream to the compressed File. Create ...

Viewing all articles
Browse latest Browse all 9

Trending Articles