public GZIPInputStream (InputStream in) throws IOException

Creates a new input stream with a default buffer size.

Parameters:
in    the input stream

Exceptions:
ZipException    if a GZIP format error has occurred or the compression method used is unsupported
IOException    if an I/O error has occurred