public final class Gzip
extends Object
-
-
Method Summary
static byte[]
static byte[]
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MAGIC
public static final byte[] MAGIC
-
Method Details
-
deflate
public static byte[] deflate(String inflated)
-
-
inflate
public static String inflate(byte[] deflated)
-
-
inspect
public static GzipEntry inspect(byte[] deflated)