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

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


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

TOP

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

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.