| Package | Description |
|---|---|
| com.cloudhopper.commons.util |
| Modifier and Type | Method and Description |
|---|---|
static CompressionUtil.Algorithm |
CompressionUtil.Algorithm.findByFileExtension(String fileExt)
Finds the matching compression algorithm by performing a case insensitive
search based on its file extension such as "gz" for gzip.
|
static CompressionUtil.Algorithm |
CompressionUtil.Algorithm.findByName(String name)
Finds the matching compression algorithm by performing a case insensitive
search based on its name such as "gzip".
|
static CompressionUtil.Algorithm |
CompressionUtil.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionUtil.Algorithm[] |
CompressionUtil.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2015 Cloudhopper by Twitter. All Rights Reserved.