| Package | Description |
|---|---|
| com.aayushatharva.brotli4j.encoder |
| Modifier and Type | Method and Description |
|---|---|
Encoder.Mode |
Encoder.Parameters.mode() |
static Encoder.Mode |
Encoder.Mode.of(int value) |
static Encoder.Mode |
Encoder.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encoder.Mode[] |
Encoder.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Encoder.Parameters |
Encoder.Parameters.setMode(Encoder.Mode mode) |
| Constructor and Description |
|---|
Wrapper(int inputBufferSize,
int quality,
int lgwin,
Encoder.Mode mode) |
Copyright © 2024. All rights reserved.