| Package | Description |
|---|---|
| net.java.truevfs.comp.zip |
Provides classes for reading and writing ZIP files.
|
| net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZipFile
Replacement for
java.util.zip.ZipFile. |
| Modifier and Type | Method and Description |
|---|---|
AbstractZipFile<E> |
AbstractZipFile.recoverLostEntries()
Recovers any lost entries which have been added to the ZIP file after
the (last) End Of Central Directory Record (EOCDR).
|
| Constructor and Description |
|---|
AbstractZipOutputStream(net.java.truecommons.io.Sink sink,
AbstractZipFile<E> appendee,
ZipOutputStreamParameters param)
Constructs a raw ZIP output stream which decorates the given output
stream and optionally apppends to the given raw ZIP file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZipInputService<E extends AbstractZipDriverEntry>
An input service for reading ZIP files.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.