TrueZIP Driver ZIP 7.1

de.schlichtherle.truezip.zip
Class RawZipFile.PooledInflaterInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.util.zip.InflaterInputStream
              extended by 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
           
 
Fields inherited from class java.util.zip.InflaterInputStream
buf, inf, len
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
RawZipFile.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

RawZipFile.PooledInflaterInputStream

public RawZipFile.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 Driver ZIP 7.1

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