// if (8==pos && 5 == len && "connect request".equals(name)) {
// //throw new RuntimeException(name);
// }
// }
//String str = str(b, pos, len);
ByteList list = settings.map.get(mes);
for (int i=0; i!=len; ++i) {
list.add(b.get(pos+i));
}
//settings.map.put(mes, prev_val + str);
//check(value.equals(str), "incorrect "+mes+": "+str);
if (-1 == pos) {
throw new RuntimeException("he?");