Uses of Class
org.apache.commons.compress.archivers.zip.ZipEntry
-
Packages that use ZipEntry Package Description 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 Modifier and Type Field Description private ZipEntryZipOutputStream. m_entryCurrent entry.Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipEntry Modifier and Type Method Description private static voidZipEntry. performSetCompressedSize(ZipEntry entry, long size)Invoke setCompressedSize via reflection.voidZipOutputStream. putNextEntry(ZipEntry entry)Begin writing next entry.protected voidZipOutputStream. writeCentralFileHeader(ZipEntry entry)Writes the central file header entryprotected voidZipOutputStream. writeDataDescriptor(ZipEntry ze)Writes the data descriptor entryprotected voidZipOutputStream. writeLocalFileHeader(ZipEntry entry)Writes the local file header entryConstructors in org.apache.commons.compress.archivers.zip with parameters of type ZipEntry Constructor Description ZipEntry(ZipEntry entry)Creates a new zip entry with fields taken from the specified zip entry.
-