mustBeO(sectionSpecification, at + 9);
mustBeT(sectionSpecification, at + 10);
result = HEADER_NOT_FIELDS;
namesStartAt = skipSpaces(at + 11, sectionSpecification);
} else {
throw new DecodingException(HumanReadableText.ILLEGAL_ARGUMENTS, "Unknown body specification");
}
break;
default:
throw new DecodingException(HumanReadableText.ILLEGAL_ARGUMENTS, "Unknown body specification");
}
mustBeOpenParen(sectionSpecification, namesStartAt);
readHeaderNames(namesStartAt + 1, sectionSpecification);
} else {
throw new DecodingException(HumanReadableText.ILLEGAL_ARGUMENTS, "Unknown body specification");
}
return result;
}