decode 方法

S decode(
  1. T encoded
)

解码 encoded 数据。

输入被解码,仿佛使用 decoder.convert

实现

S decode(T encoded) => decoder.convert(encoded);