Packs a sequence of unsigned shorts (e.g. <HH, <HHH).
<HH
<HHH
void packUShorts(List<int> values) { for (final int v in values) { packUShort(v); } }