TrueZIP 6.8.2

de.schlichtherle.util.zip
Class BasicZipFile.CheckedInputStream

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

private static final class BasicZipFile.CheckedInputStream
extends CheckedInputStream


Field Summary
private  ZipEntry entry
           
private  int size
           
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
BasicZipFile.CheckedInputStream(InputStream in, ZipEntry entry, int size)
           
 
Method Summary
 void close()
           
 long skip(long toSkip)
           
 
Methods inherited from class java.util.zip.CheckedInputStream
getChecksum, read, read
 
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

private final ZipEntry entry

size

private final int size
Constructor Detail

BasicZipFile.CheckedInputStream

public BasicZipFile.CheckedInputStream(InputStream in,
                                       ZipEntry entry,
                                       int size)
Method Detail

skip

public long skip(long toSkip)
          throws IOException
Overrides:
skip in class CheckedInputStream
Throws:
IOException

close

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

TrueZIP 6.8.2

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