public abstract class BZip2Utils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCompressedFilename(java.lang.String fileName)
Maps the given file name to the name that the file should have after
compression with bzip2.
|
static java.lang.String |
getUncompressedFilename(java.lang.String fileName)
Maps the given name of a bzip2-compressed file to the name that the
file should have after uncompression.
|
static boolean |
isCompressedFilename(java.lang.String fileName)
Detects common bzip2 suffixes in the given file name.
|
public static boolean isCompressedFilename(java.lang.String fileName)
fileName
- name of a filetrue
if the file name has a common bzip2 suffix,
false
otherwisepublic static java.lang.String getUncompressedFilename(java.lang.String fileName)
fileName
- name of a filepublic static java.lang.String getCompressedFilename(java.lang.String fileName)
fileName
- name of a fileCopyright © 2010 - 2023 Adobe. All Rights Reserved