streamHandler.startElement(new LogicalSectorElement("DUMMY"));
// Write and close Empty File Fixup
int location = helper.getCurrentLocation();
Fixup locationFixup = (Fixup) it.next();
locationFixup.data(new BothWordDataReference(location));
locationFixup.close();
streamHandler.endElement();
}
}