See: Description
Class | Description |
---|---|
BufferedOutputStream |
Class which helps the writer by absorbing the encoded (compressed) stream information so that we can annotate the
ZipFileHeader with the encoded size and checksums and not have to use the ZipDataDescriptor which is
written after the data. |
IoUtils |
Input/output utility methods.
|
RewindableInputStream |
Buffer that keeps around the last read bytes, allowing us to rewind the stream for a certain number of bytes.
|
ZipFileDataInfo |
Storage for the count and
CRC32 of a stream bytes. |
ZipFileInput |
Read in a Zip-file either from a
File or an InputStream . |
ZipFileOutput |
Write out a Zip-file to either a
File or an OutputStream . |
ZipStatus |
The status of the Zip-file processing.
|
Enum | Description |
---|---|
ZipStatus.ZipStatusId |
Enumerated status id for easy determining the source of the validation problem.
|
Top level functionality for reading and writing Zip files.
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.