java.net
Class InflatingDecompressor

java.lang.Object
java.util.zip.Inflater
java.net.InflatingDecompressor
- All Implemented Interfaces:
- Decompressor
- public class InflatingDecompressor
- extends java.util.zip.Inflater
- implements Decompressor
This class is the default decompressor used in our compression layer.
It merely implements the Decompressor interface through direct inclusion
of the Inflater class (that provided the idea of the Decompressor interface).
- Version:
- 1.0
| Fields inherited from class java.util.zip.Inflater |
|
| Methods inherited from class java.util.zip.Inflater |
end, finalize, finished, getAdler, getRemaining, getTotalIn, getTotalOut, inflate, inflate, needsDictionary, needsInput, reset, setDictionary, setDictionary, setInput, setInput |
| Methods inherited from interface java.net.Decompressor |
end, finished, getAdler, getRemaining, getTotalIn, getTotalOut, inflate, inflate, needsDictionary, needsInput, reset, setDictionary, setDictionary, setInput, setInput |
InflatingDecompressor
public InflatingDecompressor()