public class CompressionManager extends Object implements org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
| Constructor and Description |
|---|
CompressionManager() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> |
asyncArchive(Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> entries,
Boolean forceZip64) |
void |
start() |
void |
stop() |
TempZipFile |
toTempZip(InputStream inputStream)
Receives a ZIP content and creates a temporal physical
file for it |
public void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> asyncArchive(Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> entries, Boolean forceZip64)
public TempZipFile toTempZip(InputStream inputStream) throws IOException
file for itinputStream - the zip contentTempZipFileIOException - in case of IO issuesCopyright © 2026 MuleSoft, Inc.. All rights reserved.