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);
originalParentMapper = new HashMap();
}