convert abstract method
Converts input
array of numbers with bit-length of source to an array
of numbers with bit-length of target. The input
array will be treated
as a sequence of bits to convert.
Implementation
@override
Iterable<int> convert(Iterable<int> input);