public class IOHelper.GZipLogOutStream
extends java.util.zip.GZIPOutputStream
GZipLogOutStream subclass GZIPOutputStream to set the compression level.| Constructor and Description |
|---|
GZipLogOutStream(java.io.OutputStream stream)
Constructor using the default compression level
|
GZipLogOutStream(java.io.OutputStream stream,
int level)
Constructor
|
public GZipLogOutStream(java.io.OutputStream stream,
int level)
throws java.io.IOException
stream - The stream for writing compressed logs intolevel - The compression leveljava.io.IOExceptionDeflater}public GZipLogOutStream(java.io.OutputStream stream)
throws java.io.IOException
stream - The stream for writing compressed logs intojava.io.IOException