类的用途
java.util.zip.DataFormatException
使用 DataFormatException 的包
-
DataFormatException 在 java.util.zip 中的用法
修饰符和类型方法描述intInflater.inflate(byte[] output) 将字节解压缩到指定的缓冲区中。intInflater.inflate(byte[] output, int off, int len) 将字节解压缩到指定的缓冲区中。intInflater.inflate(ByteBuffer output) 将字节解压缩到指定的缓冲区中。