joeq.ClassLib.Common.java.util.zip
Class InflaterInputStreamWrapper
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InflaterInputStreamWrapper
public InflaterInputStreamWrapper(ZipFile zf,
InputStream in,
Inflater inflater)
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.