public class GzipUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCompressedFilename(java.lang.String filename)
Maps the given filename to the name that the file should have after
compression with gzip.
|
static java.lang.String |
getUncompressedFilename(java.lang.String filename)
Maps the given name of a gzip-compressed file to the name that the
file should have after uncompression.
|
static boolean |
isCompressedFilename(java.lang.String filename)
Detects common gzip suffixes in the given filename.
|
public static boolean isCompressedFilename(java.lang.String filename)
filename
- name of a filetrue
if the filename has a common gzip 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 file"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"