125126127128129130131132133134135
// value // is given, so we could read it binary prop.setStringValue("Invalid datatype: " + new String(readBinaryData(raf))); } result.addDescriptor(prop); } } return result; }