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 |
---|---|
ZipDataDescriptor |
ZipFileInput.getCurrentDataDescriptor()
After all of the Zip data has been read from the stream there may be an optional data-descriptor depending on
whether or not the file-header has the
GeneralPurposeFlag.DATA_DESCRIPTOR flag set. |
Modifier and Type | Method and Description |
---|---|
ZipDataDescriptor |
ZipDataDescriptor.Builder.build()
Build an instance of the data-descriptor.
|
static ZipDataDescriptor |
ZipDataDescriptor.read(RewindableInputStream inputStream,
long compressedSize,
long uncompressedSize)
Read from the input-stream.
|
Modifier and Type | Method and Description |
---|---|
static ZipDataDescriptor.Builder |
ZipDataDescriptor.Builder.fromDescriptor(ZipDataDescriptor dataDescriptor)
Create a builder from an existing entry.
|
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.