final class ZipInflaterInputStream extends InflaterInputStream
Inflater and provides
access to it.| Modifier and Type | Class and Description |
|---|---|
private static class |
ZipInflaterInputStream.InflaterFactory
A factory for
Inflater objects. |
private static class |
ZipInflaterInputStream.Jdk6InflaterFactory
A factory for
Jdk6Inflater objects. |
| Modifier and Type | Field and Description |
|---|---|
private static ZipInflaterInputStream.InflaterFactory |
factory |
buf, inf, lenin| Constructor and Description |
|---|
ZipInflaterInputStream(DummyByteInputStream in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
(package private) Inflater |
getInflater() |
available, fill, mark, markSupported, read, read, reset, skipreadprivate static final ZipInflaterInputStream.InflaterFactory factory
ZipInflaterInputStream(DummyByteInputStream in, int size)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InflaterInputStreamIOExceptionInflater getInflater()
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.