break;
case ConstantInfo.TAG_FLOAT:
constant = new ConstantFloatInfo(din.readFloat());
break;
case ConstantInfo.TAG_LONG:
constant = new ConstantLongInfo(din.readLong());
entryCount++;
break;
case ConstantInfo.TAG_DOUBLE:
constant = new ConstantDoubleInfo(din.readDouble());
entryCount++;