manifestFormat = PackageUtils.findOrCreateBitstreamFormat(context,
MANIFEST_BITSTREAM_FORMAT, "application/xml",
MANIFEST_BITSTREAM_FORMAT+" package manifest");
bs.setFormat(manifestFormat);
manifest = METSManifest.create(bs.retrieve(), validate);
}
else
{
manifest = METSManifest.create(new PackageUtils.UnclosableInputStream(zip), validate);
continue;