Little unzip utility - In Java
30 March 2012
It’s always fun when you bump into a problem you haven’t encountered before.
This time I had a database dump file that was so large that I had to zip it. And since I wanted to unzip it in Java I had to find out how it’s done.
Well it turned out to be pretty straight forward, here’s the gist:
blog comments powered by Disqus