| Package | Description |
|---|---|
| org.attribyte.util |
| Modifier and Type | Method and Description |
|---|---|
static EncodingUtil.DeflateStrategy |
EncodingUtil.DeflateStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncodingUtil.DeflateStrategy[] |
EncodingUtil.DeflateStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
EncodingUtil.deflate(byte[] b,
EncodingUtil.DeflateStrategy strategy)
Applies ZLIB compression.
|
static byte[] |
EncodingUtil.deflate(byte[] b,
int offset,
int len,
EncodingUtil.DeflateStrategy strategy)
Applies ZLIB compression.
|