|
TrueZIP 6.8 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZipEntry | |
|---|---|
| de.schlichtherle.io.archive.zip | Provides the ArchiveDriver family for ZIP files. |
| de.schlichtherle.util.zip |
A drop-in replacement for the classes in the package
java.util.zip which read and write ZIP files. |
| Uses of ZipEntry in de.schlichtherle.io.archive.zip |
|---|
| Subclasses of ZipEntry in de.schlichtherle.io.archive.zip | |
|---|---|
class |
JarEntry
Extends ZipEntry in order to reflect the different date/time
conversion in JAR files. |
class |
Zip32Entry
Deprecated. Use ZipEntry instead. |
class |
ZipEntry
An adapter class to make the ZipEntry class implement the
ArchiveEntry interface. |
| Methods in de.schlichtherle.io.archive.zip that return ZipEntry | |
|---|---|
protected ZipEntry |
ZipInputArchive.createZipEntry(String entryName)
|
protected ZipEntry |
JarInputArchive.createZipEntry(String entryName)
|
| Uses of ZipEntry in de.schlichtherle.util.zip |
|---|
| Methods in de.schlichtherle.util.zip that return ZipEntry | |
|---|---|
protected ZipEntry |
BasicZipFile.createZipEntry(String name)
Deprecated. This method is called from a constructor! It will be replaced by a factory interface in TrueZIP 7. |
ZipEntry |
ZipOutputStream.getEntry(String name)
Returns a clone of the ZipEntry for the given name or
null if no entry with that name exists. |
ZipEntry |
ZipFile.getEntry(String name)
Returns a clone of the ZipEntry for the given name or
null if no entry with that name exists. |
ZipEntry |
BasicZipOutputStream.getEntry(String name)
Returns the ZipEntry for the given name or
null if no entry with that name exists. |
ZipEntry |
BasicZipFile.getEntry(String name)
Returns the ZipEntry for the given name or
null if no entry with that name exists. |
| Methods in de.schlichtherle.util.zip with parameters of type ZipEntry | |
|---|---|
InputStream |
BasicZipFile.getCheckedInputStream(ZipEntry entry)
Equivalent to getInputStream(entry.getName(), true, true) instead. |
InputStream |
BasicZipFile.getInputStream(ZipEntry entry)
Equivalent to getInputStream(entry.getName(), false, true) instead. |
InputStream |
BasicZipFile.getInputStream(ZipEntry entry,
boolean inflate)
Deprecated. |
void |
BasicZipOutputStream.putNextEntry(ZipEntry entry)
Equivalent to putNextEntry(entry, true). |
void |
ZipOutputStream.putNextEntry(ZipEntry entry,
boolean deflate)
|
void |
BasicZipOutputStream.putNextEntry(ZipEntry entry,
boolean deflate)
Starts writing the next ZIP entry to the underlying stream. |
| Constructors in de.schlichtherle.util.zip with parameters of type ZipEntry | |
|---|---|
ZipEntry(ZipEntry blueprint)
Creates a new zip blueprint with fields taken from the specified blueprint. |
|
|
TrueZIP 6.8 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||