joeq.ClassLib.Common.java.util.zip
Class InflaterInputStreamWrapper

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.util.zip.InflaterInputStream
              extended by joeq.ClassLib.Common.java.util.zip.InflaterInputStreamWrapper
All Implemented Interfaces:
Closeable

public class InflaterInputStreamWrapper
extends InflaterInputStream

InflaterInputStreamWrapper

Version:
$Id: InflaterInputStreamWrapper.java,v 1.6 2004/03/09 06:26:29 jwhaley Exp $
Author:
John Whaley

Field Summary
 
Fields inherited from class java.util.zip.InflaterInputStream
buf, inf, len
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
InflaterInputStreamWrapper(ZipFile zf, InputStream in, Inflater inflater)
           
 
Method Summary
 int available()
           
 void close()
           
protected  void fill()
           
 
Methods inherited from class java.util.zip.InflaterInputStream
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InflaterInputStreamWrapper

public InflaterInputStreamWrapper(ZipFile zf,
                                  InputStream in,
                                  Inflater inflater)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class InflaterInputStream
Throws:
IOException

fill

protected void fill()
             throws IOException
Overrides:
fill in class InflaterInputStream
Throws:
IOException

available

public int available()
              throws IOException
Overrides:
available in class InflaterInputStream
Throws:
IOException


Copyright © 2001-2005 John Whaley. All Rights Reserved.