@DisplayName(value="Zip") @Alias(value="zip-archiver") public class ZipArchiverStrategy extends Object implements ArchiverStrategy
| Constructor and Description |
|---|
ZipArchiverStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> |
archive(Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> entries)
Receives a map with all the contents that needs to be compressed, creates a new archive with
those contents and returns the created archive as an InputStream
|
boolean |
isForceZip64() |
void |
setForceZip64(boolean forceZip64) |
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> archive(Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> entries)
archive in interface ArchiverStrategypublic boolean isForceZip64()
public void setForceZip64(boolean forceZip64)
Copyright © 2026 MuleSoft, Inc.. All rights reserved.