Package | Description |
---|---|
com.j256.simplezip |
Top level functionality for reading and writing Zip files.
|
com.j256.simplezip.format |
Class representing the various different on-disk representation of Zip files.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ZipFileOutput.addDirectoryFileInfo(String fileName,
ZipCentralDirectoryFileInfo fileInfo)
Add additional information (most optional_ to the Zip central-directory file-header to be associated with the
file-name parameter This information is written to the end of the Zip-file and which holds information about the
files that is not contained in the
ZipFileHeader . |
void |
ZipFileOutput.addDirectoryFileInfo(ZipCentralDirectoryFileInfo fileInfo)
Add additional information (most optional) to the Zip central-directory file-header to be associated with the
most recent file-header.
|
Modifier and Type | Method and Description |
---|---|
ZipCentralDirectoryFileInfo |
ZipCentralDirectoryFileInfo.Builder.build()
Build an instance of the central-directory file info.
|
Modifier and Type | Method and Description |
---|---|
void |
ZipCentralDirectoryFileEntry.Builder.addFileInfo(ZipCentralDirectoryFileInfo fileInfo)
Add to this builder the additional file information.
|
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.