Uses of Class
java.util.zip.Inflater
-
Packages that use Inflater 软件包 描述 java.util.zip 提供用于读取和写入标准ZIP和GZIP文件格式的类。 -
-
Uses of Inflater in java.util.zip
Fields in java.util.zip declared as Inflater 变量和类型 字段 描述 protected Inflater
InflaterInputStream. inf
此流的解压缩程序。protected Inflater
InflaterOutputStream. inf
此流的解压缩程序。Constructors in java.util.zip with parameters of type Inflater 构造器 描述 InflaterInputStream(InputStream in, Inflater inf)
使用指定的解压缩程序和默认缓冲区大小创建新的输入流。InflaterInputStream(InputStream in, Inflater inf, int size)
使用指定的解压缩程序和缓冲区大小创建新的输入流。InflaterOutputStream(OutputStream out, Inflater infl)
使用指定的解压缩程序和默认缓冲区大小创建新的输出流。InflaterOutputStream(OutputStream out, Inflater infl, int bufLen)
Creates a new output stream with the specified decompressor and buffer size.
-