GZIPOutputStream.GZIPOutputStream

GZIPOutputStream.GZIPOutputStream

Class Overview | Class Members | This Package | All Packages

Syntax 1
public GZIPOutputStream( OutputStream out, int size ) throws IOException
Parameters
out
the output stream
size
the output buffer size
Description
Creates a new output stream with the specified buffer size.

Exceptions
IOException If an I/O error has occurred.



Syntax 2
public GZIPOutputStream( OutputStream out ) throws IOException
Parameters
out
the output stream
Description
Creates a new output stream with a default buffer size.

Exceptions
IOException If an I/O error has occurred.