decodeArray

open fun decodeArray(input: Array<Byte>, type: String): String

Decode an array of given simple types. Return a '\n'-separated string of elements

Return

Non-null decoded string value

Parameters

input

Data to be decoded

type

the underlying type that need to be decoded