Java Commons Compress
http://commons.apache.org/proper/commons-compress/index.html
다양한 압축 파일을 읽고 쓸 수 있는 라이브러리.
ZIP의 경우 파일 이름 캐릭터 인코딩까지 지원한다.
tar.gz
Use Java API to compress and decompress tar.gz file and folder
gzip
스트림을 다시
tar
스트림으로 바로 넘겨 버리면 된다.