Module java.base
Package java.util.zip

Class GZIPInputStream

java.lang.Object
All Implemented Interfaces:
Closeable, AutoCloseable

public class GZIPInputStream extends InflaterInputStream
This class implements a stream filter for reading compressed data in the GZIP file format.
Since:
1.1
See Also: