{
ClassEntry entry=(ClassEntry)i.next();
classList.classMap.put( Class.forName( entry.className),
entry);
DiskAllocator allocator=createDiskAllocator(entry.fileName,128,DiskAllocator.FORCE_EXIST);
ObjectStreamCustomizer customizer=factory.getCustomizer(
Class.forName( entry.className));
entry.objectStreams=new StreamPair( allocator,
customizer);
if ( entry.indices.size()>0)
{