super.endElement();
}
private void doCatalog() throws HandlerException {
super.startElement(new LogicalSectorElement("BCAT"));
// Write and close Boot Catalog Location Fixup
long position = mark();
int location = (int) (position / ISO9660Constants.LOGICAL_BLOCK_SIZE);
bootCatalogLocation.data(new LSBFWordDataReference(location));