private static final class RawZipFile.CheckedInputStream extends CheckedInputStream
| Modifier and Type | Field and Description |
|---|---|
private ZipEntry |
entry |
private int |
size |
in| Constructor and Description |
|---|
RawZipFile.CheckedInputStream(InputStream in,
ZipEntry entry,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
skip(long toSkip) |
getChecksum, read, readavailable, mark, markSupported, read, resetprivate final ZipEntry entry
private final int size
public RawZipFile.CheckedInputStream(InputStream in, ZipEntry entry, int size)
public long skip(long toSkip)
throws IOException
skip in class CheckedInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.