程序包 | 说明 |
---|---|
org.jretty.util.zip |
限定符和类型 | 方法和说明 |
---|---|
protected ZipEntry |
ZipInputStream.createZipEntry(String name)
Creates a new
ZipEntry object for the specified entry name. |
ZipEntry |
ZipInputStream.getNextEntry()
Reads the next ZIP file entry and positions the stream at the
beginning of the entry data.
|
限定符和类型 | 方法和说明 |
---|---|
void |
ZipOutputStream.putNextEntry(ZipEntry e)
Begins writing a new ZIP file entry and positions the stream to the
start of the entry data.
|
构造器和说明 |
---|
ZipEntry(ZipEntry e)
Creates a new zip entry with fields taken from the specified
zip entry.
|
Copyright © 2018 jretty-org. All rights reserved.