@DisplayName(value="Zip") @Alias(value="zip-extractor") public class ZipExtractorStrategy extends Object implements ExtractorStrategy
| Constructor and Description |
|---|
ZipExtractorStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,InputStream> |
extract(org.mule.runtime.api.metadata.TypedValue<InputStream> archive)
Extracts all the entries of an compressed archive and returns a map with the name of the entry as key and
the proper data content of the entry as value.
|
public Map<String,InputStream> extract(org.mule.runtime.api.metadata.TypedValue<InputStream> archive)
extract in interface ExtractorStrategyCopyright © 2021 MuleSoft, Inc.. All rights reserved.