TrueZIP 6.8.3

de.schlichtherle.util.zip
Class BasicZipFile.PooledInflaterInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.util.zip.InflaterInputStream
              extended by de.schlichtherle.util.zip.BasicZipFile.PooledInflaterInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
BasicZipFile

private static final class BasicZipFile.PooledInflaterInputStream
extends InflaterInputStream


Field Summary
private  boolean closed
           
 
Fields inherited from class java.util.zip.InflaterInputStream
buf, inf, len
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
BasicZipFile.PooledInflaterInputStream(InputStream in, int size)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.util.zip.InflaterInputStream
available, fill, 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
 

Field Detail

closed

private boolean closed
Constructor Detail

BasicZipFile.PooledInflaterInputStream

public BasicZipFile.PooledInflaterInputStream(InputStream in,
                                              int size)
Method Detail

close

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

TrueZIP 6.8.3

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.