DeflaterOutputStream.DeflaterOutputStream

DeflaterOutputStream.DeflaterOutputStream

Class Overview | Class Members | This Package | All Packages

Syntax 1
public DeflaterOutputStream( OutputStream out, Deflater def, int size )
Parameters
out
the output stream
def
the compressor ("deflater")
len
the output buffer size
Description
Creates a new output stream with the specified compressor and buffer size.



Syntax 2
public DeflaterOutputStream( OutputStream out, Deflater def )
Parameters
out
the output stream
def
the compressor ("deflater")
Description
Creates a new output stream with the specified compressor and a default buffer size.



Syntax 3
public DeflaterOutputStream( OutputStream out )
Description
Creates a new output stream with a defaul compressor and buffer size.