|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZipEntry | |
---|---|
org.codehaus.plexus.archiver.zip |
Uses of ZipEntry in org.codehaus.plexus.archiver.zip |
---|
Methods in org.codehaus.plexus.archiver.zip that return ZipEntry | |
---|---|
ZipEntry |
ZipFile.getEntry(java.lang.String name)
Returns a named entry - or null if no entry by
that name exists. |
Methods in org.codehaus.plexus.archiver.zip with parameters of type ZipEntry | |
---|---|
java.io.InputStream |
ZipFile.getInputStream(ZipEntry ze)
Returns an InputStream for reading the contents of the given entry. |
void |
ZipOutputStream.putNextEntry(ZipEntry ze)
Begin writing next entry. |
protected void |
ZipOutputStream.writeCentralFileHeader(ZipEntry ze)
Writes the central file header entry |
protected void |
ZipOutputStream.writeDataDescriptor(ZipEntry ze)
Writes the data descriptor entry |
protected void |
ZipOutputStream.writeLocalFileHeader(ZipEntry ze)
Writes the local file header entry |
Constructors in org.codehaus.plexus.archiver.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 |