@DisplayName(value="Gzip") @Alias(value="gzip-decompressor") public class GzipDecompressorStrategy extends Object implements DecompressorStrategy
| Constructor and Description |
|---|
GzipDecompressorStrategy() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
decompress(org.mule.runtime.api.metadata.TypedValue<InputStream> compressed)
Decompresses a compressed content.
|
public InputStream decompress(org.mule.runtime.api.metadata.TypedValue<InputStream> compressed)
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.
decompress in interface DecompressorStrategyCopyright © 2021 MuleSoft, Inc.. All rights reserved.