}
resource = resources.nextElement();
LOGGER.log(Level.FINE, "Loading index from {0}", resource);
ois = new ObjectInputStream(resource.openStream());
}
SerAnnotatedElement el = (SerAnnotatedElement) ois.readObject();
if (el == null) {
// Skip to next stream.
ois.close();
ois = null;
continue;