convert method

  1. @override
T convert(
  1. Iterable<int> input
)
override

Decodes T from input.

Implementation

@override
T convert(final Iterable<int> input) => unpack(BufferReader.fromList(input));