Class Coders.DeflateDecoder.DeflateDecoderInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- Coders.DeflateDecoder
-
Field Summary
FieldsFields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
ConstructorsConstructorDescriptionDeflateDecoderInputStream
(InflaterInputStream inflaterInputStream, Inflater inflater) -
Method Summary
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
Field Details
-
inflater
Inflater inflater
-
-
Constructor Details
-
DeflateDecoderInputStream
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
- Throws:
IOException
-