Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Method Enum
Specifies the compression method for the zip entries.
Usage
Use the Method enum with the getMethod() and setMethod(method) methods in the ZipEntry and ZipWriter classes.
Enum Values
The following are the values of the Compression.Method enum.
| Value | Description |
|---|---|
| DEFLATED | Deflated compression method for compressed entries. |
| STORED | No compression method for zip entries. |