long position = streamHandler.mark();
int location = helper.getCurrentLocation();
if (type == ISO9660Constants.TYPE_L_PT) {
ptFixups = typeLPTFixups;
Fixup ptLocationFixup = (Fixup) volumeFixups.get("typeLPTLocationFixup");
ptLocationFixup.data(new LSBFWordDataReference(location));
ptLocationFixup.close();
volumeFixups.remove("typeLPTLocationFixup");
} else if (type == ISO9660Constants.TYPE_M_PT) {
ptFixups = typeMPTFixups;
Fixup ptLocationFixup = (Fixup) volumeFixups.get("typeMPTLocationFixup");