unpack a numeric array (number[]) that is encoded in one of NumericArrayType byte representation. you must provide the array_length of the array being decoded, otherwise the decoder will unpack till the end of the buffer.
number[]
array_length
unpack a numeric array (
number[]
) that is encoded in one of NumericArrayType byte representation. you must provide thearray_length
of the array being decoded, otherwise the decoder will unpack till the end of the buffer.