GZIPInputStream
Introduction The java.util.zip.GZIPInputStream class implements a stream filter for reading compressed data in the GZIP file format. Class Declaration Following is the declaration for java.util.zip.GZIPInputStream class − Learn Java in-depth with real-world projects through our Java certification course. Enroll and become a certified expert to boost your career. Fields Following are the fields for java.util.zip.GZIPInputStream class − Constructors Sr.No. Constructor & Description 1 GZIPInputStream(InputStream […]