public interface DecompressorStrategy
| Modifier and Type | Method and Description |
|---|---|
InputStream |
decompress(org.mule.runtime.api.metadata.TypedValue<InputStream> compressed)
Decompresses a compressed content.
|
InputStream decompress(org.mule.runtime.api.metadata.TypedValue<InputStream> compressed) throws DecompressionException, TooManyEntriesException
For compressed archives this will only work with single entry archives. e.g. a zip file with more than 2 entries
will end up in a TooManyEntriesException.
Copyright © 2026 MuleSoft, Inc.. All rights reserved.