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

Quick Search    Search Deep

Uses of Interface
java.net.Decompressor

Uses of Decompressor in java.net
 

Classes in java.net that implement Decompressor
 class InflatingDecompressor
          This class is the default decompressor used in our compression layer.
 

Fields in java.net declared as Decompressor
protected  Decompressor DConnector.decompressor
          Reference to the real decompression engine that must follow the Decompressor interface.
protected  Decompressor Connector.decompressor
          Reference to the real decompression engine that must follow the Decompressor interface.