| Modifier and Type | Method and Description |
|---|---|
InputStream |
DecompressorStrategy.decompress(org.mule.runtime.api.metadata.TypedValue<InputStream> compressed)
Decompresses a compressed content.
|
Map<String,InputStream> |
ExtractorStrategy.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.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ZipDecompressorStrategy.decompress(org.mule.runtime.api.metadata.TypedValue<InputStream> compressed)
Decompresses a compressed content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidArchiveException
A
ModuleException to signal that an invalid archive was passed to a decompression/extract operation. |
class |
NullArchiveException
A
ModuleException to signal that a NULL archive was passed to a decompression/extract operation. |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.