GZIPOutputStream.GZIPOutputStream
Class Overview | Class Members |
This Package |
All Packages
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.
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.