|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZipArchiveEntry | |
---|---|
org.apache.commons.compress.archivers.jar | Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives. |
org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using the ZIP format. |
Uses of ZipArchiveEntry in org.apache.commons.compress.archivers.jar |
---|
Subclasses of ZipArchiveEntry in org.apache.commons.compress.archivers.jar | |
---|---|
class |
JarArchiveEntry
|
Constructors in org.apache.commons.compress.archivers.jar with parameters of type ZipArchiveEntry | |
---|---|
JarArchiveEntry(ZipArchiveEntry entry)
|
Uses of ZipArchiveEntry in org.apache.commons.compress.archivers.zip |
---|
Methods in org.apache.commons.compress.archivers.zip that return ZipArchiveEntry | |
---|---|
ZipArchiveEntry |
ZipFile.getEntry(java.lang.String name)
Returns a named entry - or null if no entry by
that name exists. |
ZipArchiveEntry |
ZipArchiveInputStream.getNextZipEntry()
|
Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntry | |
---|---|
java.io.InputStream |
ZipFile.getInputStream(ZipArchiveEntry ze)
Returns an InputStream for reading the contents of the given entry. |
protected void |
ZipArchiveOutputStream.writeCentralFileHeader(ZipArchiveEntry ze)
Writes the central file header entry. |
protected void |
ZipArchiveOutputStream.writeDataDescriptor(ZipArchiveEntry ze)
Writes the data descriptor entry. |
protected void |
ZipArchiveOutputStream.writeLocalFileHeader(ZipArchiveEntry ze)
Writes the local file header entry |
Constructors in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntry | |
---|---|
ZipArchiveEntry(ZipArchiveEntry entry)
Creates a new zip entry with fields taken from the specified zip entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |