}
}
try { zip.close(); } catch (Exception ex) {}
ResourceSpace space = getSpace();
acquireChildren();
return space.enumerateResourceIdentifiers( getChildrenSpaceEntry() );
}
protected boolean entryExists(String name) {
File zipfile = getZipFile();
ZipFile zip = null;