|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZipEntry | |
|---|---|
| org.apache.commons.compress.archivers.zip | Zip Utilities that extend JDK zip classes by adding better handling of extra fields. |
| Uses of ZipEntry in org.apache.commons.compress.archivers.zip |
|---|
| Fields in org.apache.commons.compress.archivers.zip declared as ZipEntry | |
|---|---|
private ZipEntry |
ZipOutputStream.m_entry
Current entry. |
| Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipEntry | |
|---|---|
private static void |
ZipEntry.performSetCompressedSize(ZipEntry entry,
long size)
Invoke setCompressedSize via reflection. |
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.archivers.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 | |||||||||