public class InflaterFactory extends Object
Inflater objects used by BlockGunzipper.
This class may be extended to provide alternative inflaters (e.g., for improved performance).
The default implementation returns a JDK Inflater| Constructor | Description |
|---|---|
InflaterFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
Inflater |
makeInflater(boolean gzipCompatible) |
Returns an inflater object that will be used when reading DEFLATE compressed files.
|
public Inflater makeInflater(boolean gzipCompatible)
InflatergzipCompatible - if true then use GZIP compatible compression