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 |
---|---|
Zip64CentralDirectoryEndLocator |
ZipFileInput.readZip64DirectoryEndLocator()
Read the central-directory end locator which is after the zip64 end structure.
|
Modifier and Type | Method and Description |
---|---|
Zip64CentralDirectoryEndLocator |
Zip64CentralDirectoryEndLocator.Builder.build()
Build an instance of our directory end.
|
static Zip64CentralDirectoryEndLocator |
Zip64CentralDirectoryEndLocator.read(RewindableInputStream inputStream)
Read one from the input-stream.
|
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.