public class Gzip extends Object
Gzip()
static byte[]
gzip(byte[] text)
gzip(String text)
static boolean
isGzipStream(byte[] bytes)
ungzip(byte[] bytes)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Gzip()
public static boolean isGzipStream(byte[] bytes)
public static byte[] gzip(String text)
public static byte[] gzip(byte[] text)
public static byte[] ungzip(byte[] bytes)
Copyright © 2018. All rights reserved.