static class Deflate.Config
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
func |
(package private) int |
good_length |
(package private) int |
max_chain |
(package private) int |
max_lazy |
(package private) int |
nice_length |
| Constructor and Description |
|---|
Config(int good_length,
int max_lazy,
int nice_length,
int max_chain,
int func) |