}
}
in.close();
String start = startBuffer.toString();
String end = endBuffer.toString();
RandomDCMetadataFactory dcFactory =
new RandomDCMetadataFactory(dictFile);
for (int i = 0; i < numTimes; i++) {
String xml = start + dcFactory.get(2, 13) + end;
String pid =
ingestor
.ingestAndCommit(new ByteArrayInputStream(xml
.getBytes("UTF-8")),
format,