| Modifier and Type | Method and Description | 
|---|---|
| static String | getCompressedFilename(String filename)Maps the given filename to the name that the file should have after
 compression with gzip. | 
| static String | getUncompressedFilename(String filename)Maps the given name of a gzip-compressed file to the name that the
 file should have after uncompression. | 
| static boolean | isCompressedFilename(String filename)Detects common gzip suffixes in the given filename. | 
public static boolean isCompressedFilename(String filename)
filename - name of a filetrue if the filename has a common gzip suffix,
         false otherwisepublic static String getUncompressedFilename(String filename)
filename - name of a filepublic static String getCompressedFilename(String filename)
filename - name of a fileCopyright © 2018 The Apache Software Foundation. All rights reserved.