public final class CompressorType extends Object
Compressor implementation.| Modifier and Type | Field and Description |
|---|---|
static CompressorType |
GZIP |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
compressorTypes()
|
boolean |
equals(Object o) |
int |
hashCode() |
static boolean |
isSupported(String compressionType)
Whether or not the compressor type is supported by the SDK.
|
Compressor |
newCompressor()
Maps the
CompressorType to its corresponding Compressor. |
static CompressorType |
of(String value)
Creates a new
CompressorType of the given value. |
String |
toString() |
public static final CompressorType GZIP
public static CompressorType of(String value)
CompressorType of the given value.public static boolean isSupported(String compressionType)
public Compressor newCompressor()
CompressorType to its corresponding Compressor.Copyright © 2023. All rights reserved.