decode
|
The decode function decodes and uncompresses the encoded Byte Vector {input}.
The specified key {key} will be used to decode and after decoding, the decode
function calls the uncompress function. The end result will be the original
Byte Vector. The {key} argument must be the same key that was used by the encode
function to encode the original Byte Vector. Usage The decode function is used to restore an encoded object back to its original
state.
(decode input key) The original Object before encoding
Expression:
Arguments
Name
Type
Description Argument: input ByteVector
The Byte Vector to be decoded and then uncompressed. Argument: key Number
The Number key to use for decoding (must be the same key used for encoding).
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
ByteVector | Number |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|