Uses of Class
java.util.zip.ZipException
| Package | Description |
|---|---|
| java.util.jar | |
| java.util.zip |
-
Uses of ZipException in java.util.jar
Subclasses of ZipException in java.util.jar Modifier and Type Class Description classJarExceptionThis runtime exception is thrown when a problem occurs while reading a JAR file. -
Uses of ZipException in java.util.zip
Methods in java.util.zip that throw ZipException Modifier and Type Method Description voidInflaterOutputStream. write(byte[] bytes, int offset, int byteCount)Writes to the decompressing output stream.voidInflaterOutputStream. write(int b)Writes a byte to the decompressing output stream.Constructors in java.util.zip that throw ZipException Constructor Description ZipFile(File file)Constructs a newZipFileallowing read access to the contents of the given file.