Package | Description |
---|---|
net.java.truevfs.comp.zip |
Provides classes for reading and writing ZIP files.
|
Modifier and Type | Method and Description |
---|---|
ZipFile |
ZipFile.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 |
---|
ZipOutputStream(OutputStream out,
ZipFile appendee)
Constructs a ZIP output stream which decorates the given output stream
and appends to the given ZIP file.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.