An AsciiCodec allows encoding strings as ASCII bytes and decoding ASCII bytes to strings.
this
, converting from List<int>
to String
. [...]
String
to List<int>
. [...]
this
. [...]
bytes
(a list of unsigned 7-bit integers) to the
corresponding string. [...]
input
. [...]
this
with other
. [...]