Constructor and Description |
---|
GZIP() |
Modifier and Type | Method and Description |
---|---|
static void |
unzip(InputStream is,
File file) |
static void |
unzip(InputStream is,
OutputStream os) |
static void |
zip(File file,
OutputStream os) |
static void |
zip(InputStream is,
OutputStream os) |
public static void zip(File file, OutputStream os) throws IOException
IOException
public static void zip(InputStream is, OutputStream os) throws IOException
IOException
public static void unzip(InputStream is, File file) throws IOException
IOException
public static void unzip(InputStream is, OutputStream os) throws IOException
IOException