|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 Inflater 的軟體套件 | |
---|---|
java.util.zip | 提供用於讀寫標準 ZIP 和 GZIP 檔案格式的類別。 |
java.util.zip 中 Inflater 的使用 |
---|
宣告為 Inflater 的 java.util.zip 中的欄位 | |
---|---|
protected Inflater |
InflaterOutputStream.inf
此串流的解壓縮器。 |
protected Inflater |
InflaterInputStream.inf
串流的解壓縮器。 |
參數型別為 Inflater 的 java.util.zip 中的建構子 | |
---|---|
InflaterInputStream(InputStream in,
Inflater inf)
創建一個帶有指定解壓縮器和預設緩衝區大小的新輸入串流。 |
|
InflaterInputStream(InputStream in,
Inflater inf,
int size)
使用指定解壓縮器和緩衝區大小創建一個新輸入串流。 |
|
InflaterOutputStream(OutputStream out,
Inflater infl)
創建一個帶有指定解壓縮器和預設緩衝區大小的新輸出串流。 |
|
InflaterOutputStream(OutputStream out,
Inflater infl,
int bufLen)
創建一個帶有指定解壓縮器和緩衝區大小的新輸出串流。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。