Package | Description |
---|---|
net.sf.jazzlib | |
nl.siegmann.epublib.util |
Modifier and Type | Method and Description |
---|---|
protected ZipEntry |
ZipInputStream.createZipEntry(String name)
Creates a new zip entry for the given name.
|
ZipEntry |
ZipFile.getEntry(String name)
Searches for a zip entry in this archive with the given name.
|
ZipEntry |
ZipInputStream.getNextEntry()
Open the next entry from the zip archive, and return its description.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
ZipFile.getInputStream(ZipEntry entry)
Creates an input stream reading the given zip entry as uncompressed data.
|
void |
ZipOutputStream.putNextEntry(ZipEntry entry)
Starts a new Zip entry.
|
Constructor and Description |
---|
ZipEntry(ZipEntry e)
Creates a copy of the given zip entry.
|
Modifier and Type | Method and Description |
---|---|
static Resource |
ResourceUtil.createResource(ZipEntry zipEntry,
InputStream zipInputStream) |
static Resource |
ResourceUtil.createResource(ZipEntry zipEntry,
ZipInputStream zipInputStream)
Creates a resource out of the given zipEntry and zipInputStream.
|
Copyright © 2009–2017. All rights reserved.