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 |
---|---|
Zip64CentralDirectoryEnd |
ZipFileInput.readZip64DirectoryEnd()
Read the central-directory end which is after all of the central-directory file-headers at the very end of the
Zip file.
|
Modifier and Type | Method and Description |
---|---|
Zip64CentralDirectoryEnd |
Zip64CentralDirectoryEnd.Builder.build()
Build an instance of our directory end.
|
static Zip64CentralDirectoryEnd |
Zip64CentralDirectoryEnd.read(RewindableInputStream inputStream)
Read one from the input-stream.
|
Modifier and Type | Method and Description |
---|---|
static ZipCentralDirectoryEndInfo.Builder |
ZipCentralDirectoryEndInfo.Builder.fromCentralDirectoryEnd(Zip64CentralDirectoryEnd end)
Create a builder from a Zip64 central-directory end.
|
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.