Package | Description |
---|---|
org.codehaus.plexus.archiver.zip |
Modifier and Type | Method and Description |
---|---|
ZipEntry |
ZipFile.getEntry(String name)
Returns a named entry - or
null if no entry by
that name exists. |
Modifier and Type | Method and Description |
---|---|
Enumeration<ZipEntry> |
ZipFile.getEntries()
Returns all entries.
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
ZipEntry(ZipEntry entry)
Creates a new zip entry with fields taken from the specified zip entry.
|
ZipResource(ZipFile zipFile,
ZipEntry entry) |
Copyright © 2001-2013 Codehaus. All Rights Reserved.