public class CompressionUtils extends Object
Constructor and Description |
---|
CompressionUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
gunzip(File pulledFile,
File outDir)
Deprecated.
|
static void |
unzip(File pulledFile,
File outDir)
Deprecated.
|
static void |
unzip(InputStream in,
File outDir)
Deprecated.
|
static long |
zip(File directory,
File outputZipFile)
Deprecated.
|
static long |
zip(File directory,
OutputStream out)
Deprecated.
|
@Deprecated public static long zip(File directory, File outputZipFile) throws IOException
IOException
@Deprecated public static long zip(File directory, OutputStream out) throws IOException
IOException
@Deprecated public static void unzip(File pulledFile, File outDir) throws IOException
IOException
@Deprecated public static void unzip(InputStream in, File outDir) throws IOException
IOException
@Deprecated public static void gunzip(File pulledFile, File outDir) throws IOException
pulledFile
- The source fileoutDir
- The destination directory to put the resulting fileIOException
- on propogated IO exception, IAE if it cannot determine the proper new name for `pulledFile`Copyright © 2011–2017. All rights reserved.