public interface ExtractorStrategy
| 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.
|
Map<String,InputStream> extract(org.mule.runtime.api.metadata.TypedValue<InputStream> archive) throws DecompressionException
DecompressionExceptionCopyright © 2021 MuleSoft, Inc.. All rights reserved.