Uses of Class org.codehaus.plexus.archiver.zip.ZipEntry

Uses in package org.codehaus.plexus.archiver.zip

Constructors with parameter type org.codehaus.plexus.archiver.zip.ZipEntry

Creates a new zip entry with fields taken from the specified zip entry.

Fields of type org.codehaus.plexus.archiver.zip.ZipEntry

ZipEntry
Current entry.

Methods with parameter type org.codehaus.plexus.archiver.zip.ZipEntry

InputStream
Returns an InputStream for reading the contents of the given entry.
void
Invoke setCompressedSize via reflection.
void
Begin writing next entry.
void
Writes the central file header entry
void
Writes the data descriptor entry
void
Writes the local file header entry

Methods with return type org.codehaus.plexus.archiver.zip.ZipEntry

ZipEntry
ZipFile.getEntry(String name)
Returns a named entry - or null if no entry by that name exists.