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