Interface | Description |
---|---|
FileDataDecoder |
For decoding the zip file data.
|
FileDataEncoder |
For encoding the zip file data.
|
Class | Description |
---|---|
DeflatorFileDataEncoder |
Decoder for the DEFLATED Zip file format.
|
InflatorFileDataDecoder |
Decoded for the DEFLATED Zip file format.
|
SimpleZipFileDataDecoder |
Decoder for testing purposes only that allows us to write huge files to test Zip64 encoding without having to pay for
the inflate performance.
|
SimpleZipFileDataEncoder |
Encoder for testing purposes only that allows us to write huge files to test Zip64 encoding without having to pay for
the deflate performance.
|
StoredFileDataDecoder |
Decoded for the STORED (i.e.
|
StoredFileDataEncoder |
Decoded for the STORED (i.e.
|
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.