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