软件包 | 描述 |
---|---|
java.util.zip |
阅读和写作的标准压缩和gzip文件格式提供的类。
|
Modifier and Type | Field and Description |
---|---|
protected Deflater |
DeflaterOutputStream.def
此流的压缩机。
|
protected Deflater |
DeflaterInputStream.def
此流的压缩机。
|
Constructor and Description |
---|
DeflaterInputStream(InputStream in, Deflater defl)
用指定的压缩机和默认缓冲区大小创建一个新的输入流。
|
DeflaterInputStream(InputStream in, Deflater defl, int bufLen)
用指定的压缩和缓冲区大小创建一个新的输入流。
|
DeflaterOutputStream(OutputStream out, Deflater def)
用指定的压缩机和默认缓冲区大小创建一个新的输出流。
|
DeflaterOutputStream(OutputStream out, Deflater def, boolean syncFlush)
用指定的压缩、刷新模式和默认缓冲区大小创建一个新的输出流。
|
DeflaterOutputStream(OutputStream out, Deflater def, int size)
用指定的压缩和缓冲区大小创建一个新的输出流。
|
DeflaterOutputStream(OutputStream out, Deflater def, int size, boolean syncFlush)
用指定的压缩、缓冲区大小和刷新模式创建一个新的输出流。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.