public final class CompressionUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GZ_EXT |
| Constructor and Description |
|---|
CompressionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static long |
checksumCRC32(java.io.File file) |
static java.io.File |
compressToGZIP(java.io.File dataFile,
byte[] bytes,
byte[] secret) |
static byte[] |
deCompressGZIP(java.io.File gzipFile,
byte[] secret) |
public static final java.lang.String GZ_EXT
public static java.io.File compressToGZIP(java.io.File dataFile,
byte[] bytes,
byte[] secret)
throws java.lang.Exception
java.lang.Exceptionpublic static byte[] deCompressGZIP(java.io.File gzipFile,
byte[] secret)
throws java.lang.Exception
java.lang.Exceptionpublic static long checksumCRC32(java.io.File file)
throws java.lang.Exception
java.lang.Exception