|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZipEntry | |
org.apache.commons.compress.zip | Zip Utilities that extend JDK zip classes by adding better handling of extra fields. |
Uses of ZipEntry in org.apache.commons.compress.zip |
Methods in org.apache.commons.compress.zip with parameters of type ZipEntry | |
void |
ZipOutputStream.putNextEntry(ZipEntry entry)
Begin writing next entry. |
protected void |
ZipOutputStream.writeCentralFileHeader(ZipEntry entry)
Writes the central file header entry |
protected void |
ZipOutputStream.writeDataDescriptor(ZipEntry ze)
Writes the data descriptor entry |
protected void |
ZipOutputStream.writeLocalFileHeader(ZipEntry entry)
Writes the local file header entry |
Constructors in org.apache.commons.compress.zip with parameters of type ZipEntry | |
ZipEntry(ZipEntry entry)
Creates a new zip entry with fields taken from the specified zip entry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |