de.schlichtherle.util.zip
Class BasicZipFile.CheckedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.util.zip.CheckedInputStream
de.schlichtherle.util.zip.BasicZipFile.CheckedInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- BasicZipFile
private static final class BasicZipFile.CheckedInputStream
- extends CheckedInputStream
|
Method Summary |
void |
close()
|
long |
skip(long toSkip)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entry
private final ZipEntry entry
size
private final int size
BasicZipFile.CheckedInputStream
public BasicZipFile.CheckedInputStream(InputStream in,
ZipEntry entry,
int size)
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
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.