/* */ case 99:
/* 1421 */ this.content.add(null); break;
/* */ case 4:
/* 1423 */ this.content.add(StringUtil.readString(input, this.cache.getStringBuffer())); break;
/* */ case 9:
/* 1425 */ this.content.add(new ByteContainer(input.readByte())); break;
/* */ case 29:
/* 1427 */ this.content.add(new Byte(input.readByte())); break;
/* */ case 8:
/* 1429 */ this.content.add(new ShortContainer(input.readShort())); break;
/* */ case 28: