This class provides support for general purpose decompression using popular ZLIB compression library. The ZLIB compression library was initially developed as part of the PNG graphics standard and is not protected by patents. It is fully described in the specifications at the java.util.zip package description. 
//和所说的ZLIB格式有关系.具体怎么用嘛,引用楼上的话"看文档",主要函数还是inflate和deflate.呵呵...