Save This Page
Home » openjdk-7 » java » util » zip » [javadoc | source]
java.util.zip
class: DeflaterHuffman [javadoc | source]
java.lang.Object
   java.util.zip.DeflaterHuffman
This is the DeflaterHuffman class. This class is not thread safe. This is inherent in the API, due to the split of deflate and setInput.
Nested Class Summary:
class  DeflaterHuffman.Tree   
Field Summary
 DeflaterPending pending     
Constructor:
 public DeflaterHuffman(DeflaterPending pending) 
Method from java.util.zip.DeflaterHuffman Summary:
bitReverse,   compressBlock,   flushBlock,   flushStoredBlock,   isFull,   reset,   sendAllTrees,   tallyDist,   tallyLit
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.util.zip.DeflaterHuffman Detail:
 static short bitReverse(int value) 
    Reverse the bits of a 16 bit value.
 public  void compressBlock() 
 public  void flushBlock(byte[] stored,
    int stored_offset,
    int stored_len,
    boolean lastBlock) 
 public  void flushStoredBlock(byte[] stored,
    int stored_offset,
    int stored_len,
    boolean lastBlock) 
 public final boolean isFull() 
 public final  void reset() 
 public  void sendAllTrees(int blTreeCodes) 
 public final boolean tallyDist(int dist,
    int len) 
 public final boolean tallyLit(int lit)