| 程序包 | 说明 |
|---|---|
| com.sh.common.zip |
| 限定符和类型 | 方法和说明 |
|---|---|
ZipEntry |
ZipFile.getEntry(java.lang.String name)
Returns a named entry - or
null if no entry by
that name exists. |
| 限定符和类型 | 方法和说明 |
|---|---|
java.io.InputStream |
ZipFile.getInputStream(ZipEntry ze)
Returns an InputStream for reading the contents of the given entry.
|
void |
ZipOutputStream.putNextEntry(ZipEntry ze)
Begin writing next entry.
|
| 构造器和说明 |
|---|
ZipEntry(ZipEntry entry)
Creates a new zip entry with fields taken from the specified zip entry.
|