Uses of Class
java.util.zip.InflaterInputStream
| Package | Description |
|---|---|
| java.util.jar | |
| java.util.zip |
-
Uses of InflaterInputStream in java.util.jar
Subclasses of InflaterInputStream in java.util.jar Modifier and Type Class Description classJarInputStreamThe input stream from which the JAR file to be read may be fetched. -
Uses of InflaterInputStream in java.util.zip
Subclasses of InflaterInputStream in java.util.zip Modifier and Type Class Description classGZIPInputStreamTheGZIPInputStreamclass is used to read data stored in the GZIP format, reading and decompressing GZIP data from the underlying stream into its buffer.classZipInputStreamUsed to read (decompress) the data from zip files.