public static class UnpackFunction.DecodePattern extends Object
| Constructor and Description |
|---|
DecodePattern(boolean isBigEndian,
com.api.jsonata4java.expressions.functions.UnpackFunction.SupportedDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
decode(byte[] input) |
static UnpackFunction.DecodePattern |
fromString(String str) |
public DecodePattern(boolean isBigEndian,
com.api.jsonata4java.expressions.functions.UnpackFunction.SupportedDatatype datatype)
public com.fasterxml.jackson.databind.JsonNode decode(byte[] input)
public static UnpackFunction.DecodePattern fromString(String str) throws EvaluateRuntimeException
EvaluateRuntimeExceptionCopyright © 2022. All rights reserved.