public class ExtendedGZIPOutputStream
extends java.util.zip.GZIPOutputStream
CompressionLevel
on a GZIPOutputStream
Constructor and Description |
---|
ExtendedGZIPOutputStream(java.io.OutputStream out) |
ExtendedGZIPOutputStream(java.io.OutputStream out,
CompressionLevel level) |
Modifier and Type | Method and Description |
---|---|
void |
setCompressionLevel(CompressionLevel level) |
public ExtendedGZIPOutputStream(java.io.OutputStream out, CompressionLevel level) throws java.io.IOException
java.io.IOException
public ExtendedGZIPOutputStream(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public void setCompressionLevel(CompressionLevel level)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.