| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ZipEntry(ZipEntry e)
Creates a new zip entry with fields taken from the specified
zip entry.
|
Copyright © 2025 API Design. All Rights Reserved.