public class SourceCodeCompressor
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
compress(byte[] source) |
static byte[] |
compress(byte[] source,
int off,
int len) |
static byte[] |
decompress(byte[] compressed) |
static byte[] |
decompress(byte[] compressed,
int len,
int off) |
public static byte[] compress(byte[] source,
int off,
int len)
public static byte[] compress(byte[] source)
public static byte[] decompress(byte[] compressed)
throws java.io.IOException
java.io.IOExceptionpublic static byte[] decompress(byte[] compressed,
int len,
int off)
throws java.io.IOException
java.io.IOException