Uses of Class
java.util.zip.DataFormatException
-
Packages that use DataFormatException 软件包 描述 java.util.zip 提供用于读取和写入标准ZIP和GZIP文件格式的类。 -
-
Uses of DataFormatException in java.util.zip
Methods in java.util.zip that throw DataFormatException 变量和类型 方法 描述 intInflater. inflate(byte[] output)将字节解压缩到指定的缓冲区。intInflater. inflate(byte[] output, int off, int len)将字节解压缩到指定的缓冲区。intInflater. inflate(ByteBuffer output)将字节解压缩到指定的缓冲区。
-