| Interface | Description |
|---|---|
| ZipFileEntry |
Defines the blueprint of any valid entry of a
ZipFileStorage
Acts as an adapter of the ZipEntry |
| ZipFileHandler |
The strategy definition responsible of doing the real Zipping of the given payload.
|
| ZipFileStorage |
The read of the ZIP file is done using a chain-of-responsibility pattern.
|
| Class | Description |
|---|---|
| AntZipEntry |
Defines an implementation of
ZipFileEntry based on standard java zip entry
ZipEntry. |
| ANTZipFileHandler | |
| AntZipStorage |
Standard ZIP storage based on Java ZIP library.
|
| ApacheZipEntry |
Defines an implementation of
ZipFileEntry based on standard java zip entry
ZipEntry. |
| ApacheZipStorage |
Standard ZIP storage based on Java ZIP library.
|
| CaseInsensitiveProperties |
This is a property class that handles case insensitive keywords.
|
| ChangeLog |
This is the helper for change log files.
|
| FileHelper |
File helper methods.
|
| GIFEncoder |
GIFEncoder is a class which takes an image and saves it to a stream
using the GIF file format (Graphics Interchange
Format).
|
| ImageDecoder |
This class helps to encode a hash array into a gif image.
|
| MD5Helper |
This is the helper for MD5 issues.
|
| Messages |
This is just a class to provide bunlde messages.
|
| MIMEType |
This is the helper for MIME type.
|
| ORBHelper |
This class holds the ORB and its settings.
|
| StandardFileHandler | |
| StandardZipEntry |
Defines an implementation of
ZipFileEntry based on standard java zip entry
ZipEntry. |
| StandardZipStorage |
Standard ZIP storage based on Java ZIP library.
|
| Tools |
This class holds the ORB and its settings.
|
| TrueZipEntry |
Defines an implementation of
ZipFileEntry based on standard java zip entry
ZipEntry. |
| TrueZipFileHandler | |
| TrueZipStorage |
Standard ZIP storage based on Java ZIP library.
|
| ValueGenerator |
This class helps to generate data from the generation parameters.
|
| ZipFileHandlers | |
| ZipFileHelper | |
| ZipFileStorages |
The directory and factory class of the supported
ZipFileStorage |