public class XZUtils 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 xz.
|
static String |
getUncompressedFilename(String
Maps the given name of a xz-compressed file to the name that the file should have after uncompression.
|
static boolean |
isCompressedFilename(String
Detects common xz suffixes in the given filename.
|
static boolean |
isXZCompressionAvailable()
Are the classes required to support XZ compression available?
|
public static boolean isXZCompressionAvailable()
public static boolean isCompressedFilename(Stringfilename)
filename - name of a file
true if the filename has a common xz suffix,
false otherwise
public static StringgetUncompressedFilename(String filename)
filename - name of a file
public static StringgetCompressedFilename(String filename)
filename - name of a file