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