Package com.github.stephenc.javaisotools.rockridge.impl

Examples of com.github.stephenc.javaisotools.rockridge.impl.RRIPFactory


    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);
View Full Code Here

TOP

Related Classes of com.github.stephenc.javaisotools.rockridge.impl.RRIPFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.