public class DeflaterOutputStream extends FilterOutputStream
Deflater
class documentation for more info !Modifier and Type | Field and Description |
---|---|
protected byte[] |
buf |
protected Deflater |
def |
out
Constructor and Description |
---|
DeflaterOutputStream(OutputStream out) |
DeflaterOutputStream(OutputStream out,
Deflater defl) |
DeflaterOutputStream(OutputStream out,
Deflater defl,
int bufsize) |
protected byte[] buf
protected Deflater def
public DeflaterOutputStream(OutputStream out)
public DeflaterOutputStream(OutputStream out, Deflater defl)
public DeflaterOutputStream(OutputStream out, Deflater defl, int bufsize)
protected void deflate() throws IOException
IOException
public void close() throws IOException
close
in class FilterOutputStream
IOException
public void finish() throws IOException
IOException
public void write(int bval) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] buffer, int offset, int len) throws IOException
write
in class FilterOutputStream
IOException