- java.lang.Object
-
- de.siegmar.logbackgelf.compressor.GZIPCompressor
-
- All Implemented Interfaces:
Compressor
public class GZIPCompressor extends java.lang.Object implements Compressor
-
-
Constructor Summary
Constructors Constructor Description GZIPCompressor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.OutputStreamwrap(java.io.OutputStream out)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.siegmar.logbackgelf.compressor.Compressor
compress
-
-
-
-
Method Detail
-
wrap
public java.io.OutputStream wrap(java.io.OutputStream out) throws java.io.IOException- Specified by:
wrapin interfaceCompressor- Throws:
java.io.IOException
-
-