Closeable
, Flushable
, AutoCloseable
public class CustomGzipOutputStream extends GZIPOutputStream
buf, def
out
crc
Constructor | Description |
---|---|
CustomGzipOutputStream(OutputStream outputStream,
int compressionLevel) |
|
CustomGzipOutputStream(OutputStream outputStream,
int bufferSize,
int compressionLevel) |
close, deflate, flush, write
write
finish, write
public CustomGzipOutputStream(OutputStream outputStream, int bufferSize, int compressionLevel) throws IOException
IOException
public CustomGzipOutputStream(OutputStream outputStream, int compressionLevel) throws IOException
IOException