private HashMap originalParentMapper, parentLocationFixups, parentLocations, childLocationFixups, childLocations;
public ISO9660RockRidgeFactory(StreamHandler streamHandler, StandardConfig config, LayoutHelper helper,
ISO9660RootDirectory root, ISO9660RootDirectory isoRoot, HashMap volumeFixups) {
super(streamHandler, config, helper, isoRoot, volumeFixups);
this.rripFactory = new RRIPFactory(streamHandler);
this.unfinishedNMEntries = new LinkedList();
// Use a copy of the original root for Rock Ridge
rripRoot = (ISO9660RootDirectory) root.clone();
this.helper = new RockRidgeLayoutHelper(streamHandler, isoRoot, rripRoot);