Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.net
Class InflatingDecompressor  view InflatingDecompressor download InflatingDecompressor.java

java.lang.Object
  extended byjava.util.zip.Inflater
      extended byjava.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

Field Summary
 
Fields inherited from class java.util.zip.Inflater
 
Constructor Summary
InflatingDecompressor()
           
 
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 class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.net.Decompressor
end, finished, getAdler, getRemaining, getTotalIn, getTotalOut, inflate, inflate, needsDictionary, needsInput, reset, setDictionary, setDictionary, setInput, setInput
 

Constructor Detail

InflatingDecompressor

public InflatingDecompressor()