解码 encoded 数据。
encoded
输入被解码,就好像使用了 decoder.convert。
decoder.convert
String decode(List<int> encoded) => decoder.convert(encoded);