Class Coders.DeflateDecoder.DeflateDecoderOutputStream
java.lang.Object
java.io.OutputStream
org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
Coders.DeflateDecoder
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Deflater(package private) final DeflaterOutputStream -
Constructor Summary
ConstructorsConstructorDescriptionDeflateDecoderOutputStream(DeflaterOutputStream deflaterOutputStream, Deflater deflater) -
Method Summary
Methods inherited from class java.io.OutputStream
flush
-
Field Details
-
deflaterOutputStream
-
deflater
Deflater deflater
-
-
Constructor Details
-
DeflateDecoderOutputStream
DeflateDecoderOutputStream(DeflaterOutputStream deflaterOutputStream, Deflater deflater)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-