public class GzipUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getCompressedFilename(String
Maps the given filename to the name that the file should have after compression with gzip.
|
static String |
getUncompressedFilename(String
Maps the given name of a gzip-compressed file to the name that the file should have after uncompression.
|
static boolean |
isCompressedFilename(String
Detects common gzip suffixes in the given filename.
|
public static boolean isCompressedFilename(Stringfilename)
filename - name of a file
true if the filename has a common gzip suffix,
false otherwise
public static StringgetUncompressedFilename(String filename)
filename - name of a file
public static StringgetCompressedFilename(String filename)
filename - name of a file