public class GzipUtil
extends Object
-
-
方法概要
static byte[]
static byte[]
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
GzipUtil
public GzipUtil()
-
方法详细资料
-
-
uncompress
public static byte[] uncompress(byte[] data)
throws Exception
解压数据
- 抛出:
Exception