package saker.zip.api.create
Contains classes for interacting with the ZIP creation task.
| IncludeResourceMapping | Interface specifying a stateless strategy for mapping entry paths in a ZIP archive. |
| ZipCreationTaskBuilder | Interface for configuring and creating a ZIP creation task. |
| ZipCreatorTaskOutput | Represents the output of a ZIP archive creation task. |
| ZipResourceTransformationContext | Context providing write access to the created ZIP archive during resource transformation with
resource transformers. |
| ZipResourceTransformer | A streaming ZIP archive resource transformer interface. |
| ZipResourceTransformerFactory | Stateless factory class for creating a ZIP resource transformer. |
| ZipResourceEntry | Immutable data class containing information about an entry in a ZIP archive. |