Save This Page
Home » openjdk-7 » java » util » zip » [javadoc | source]
java.util.zip
class: OutputWindow [javadoc | source]
java.lang.Object
   java.util.zip.OutputWindow
Contains the output from the Inflation process. We need to have a window so that we can refer backwards into the output stream to repeat stuff.
Method from java.util.zip.OutputWindow Summary:
copyDict,   copyOutput,   copyStored,   getAvailable,   getFreeSpace,   repeat,   reset,   write
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.util.zip.OutputWindow Detail:
 public  void copyDict(byte[] dict,
    int offset,
    int len) 
 public int copyOutput(byte[] output,
    int offset,
    int len) 
 public int copyStored(StreamManipulator input,
    int len) 
 public int getAvailable() 
 public int getFreeSpace() 
 public  void repeat(int len,
    int dist) 
 public  void reset() 
 public  void write(int abyte)