net.csdn.modules.compress.gzip
Class GZip

java.lang.Object
  extended by net.csdn.modules.compress.gzip.GZip

public class GZip
extends Object

BlogInfo: william Date: 12-4-5 Time: 下午12:10


Constructor Summary
GZip()
           
 
Method Summary
static String decodeWithGZip(byte[] bytes)
           
static byte[] encodeWithGZip(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZip

public GZip()
Method Detail

decodeWithGZip

public static String decodeWithGZip(byte[] bytes)

encodeWithGZip

public static byte[] encodeWithGZip(String str)


Copyright © 2014. All Rights Reserved.