public class Base64GZipFunction
extends io.burt.jmespath.function.BaseFunction
| Constructor and Description |
|---|
Base64GZipFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
callFunction(io.burt.jmespath.Adapter<T> runtime,
java.util.List<io.burt.jmespath.function.FunctionArgument<T>> arguments) |
static java.lang.String |
decompress(byte[] compressed) |
static boolean |
isCompressed(byte[] compressed) |
protected <T> T callFunction(io.burt.jmespath.Adapter<T> runtime,
java.util.List<io.burt.jmespath.function.FunctionArgument<T>> arguments)
callFunction in class io.burt.jmespath.function.BaseFunctionpublic static java.lang.String decompress(byte[] compressed)
public static boolean isCompressed(byte[] compressed)
Copyright © 2020. All rights reserved.