Class InflaterWriter
java.lang.Object
java.io.OutputStream
org.apache.activemq.artemis.utils.InflaterWriter
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
InflaterWriter
This class takes an OutputStream. Compressed bytes can directly be written into this class. The class will decompress the bytes and write them to the output stream.
Not for concurrent use.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write, write
-
Constructor Details
-
InflaterWriter
-
-
Method Details
-
write
Write a compressed byte.- Specified by:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-