GZIPInputStream.GZIPInputStream

GZIPInputStream.GZIPInputStream

Class Overview | Class Members | This Package | All Packages

Syntax 1
public GZIPInputStream( InputStream in, int size ) throws IOException
Parameters
in
the input stream
size
the input buffer size
Description
Creates a new input stream with the specified buffer size.

Exceptions
IOException if an I/O error has occurred



Syntax 2
public GZIPInputStream( InputStream in ) throws IOException
Parameters
in
the input stream
Description
Creates a new input stream with a default buffer size.

Exceptions
IOException if an I/O error has occurred