JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
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
变量和类型
方法
描述
int
Inflater.
inflate
(byte[] output)
将字节解压缩到指定的缓冲区。
int
Inflater.
inflate
(byte[] output, int off, int len)
将字节解压缩到指定的缓冲区。
int
Inflater.
inflate
(
ByteBuffer
output)
将字节解压缩到指定的缓冲区。