de.schlichtherle.truezip.zip
Class RawZipFile.PooledInflaterInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
de.schlichtherle.truezip.zip.RawZipFile.PooledInflaterInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- RawZipFile<E extends ZipEntry>
private static final class RawZipFile.PooledInflaterInputStream
- extends InflaterInputStream
An input stream which uses a pooled inflater.
|
Field Summary |
private boolean |
closed
|
|
Method Summary |
void |
close()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
closed
private boolean closed
RawZipFile.PooledInflaterInputStream
public RawZipFile.PooledInflaterInputStream(InputStream in,
int size)
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class InflaterInputStream
- Throws:
IOException
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.