Package com.github.stephenc.javaisotools.udflib.tools

Examples of com.github.stephenc.javaisotools.udflib.tools.UniqueIdDisposer


    private UniqueIdDisposer myUniqueIdDisposer;
    private long maximumAllocationLength = 1073739776;

    public UDFImageBuilder() {
        rootUDFImageBuilderFile = new UDFImageBuilderFile("");
        myUniqueIdDisposer = new UniqueIdDisposer();
    }
View Full Code Here


    public ArrayList<UDFImageBuilderFile> linearUDFImageBuilderFileOrdering;
    public Hashtable<UDFImageBuilderFile, Long> uniqueIds;

    public UDFLayoutInformation(UDFImageBuilderFile rootUDFImageBuilderFile, UDFRevision myUDFRevision, int blockSize)
            throws Exception {
        myUniqueIdDisposer = new UniqueIdDisposer();

        fileEntryPositions = new Hashtable<UDFImageBuilderFile, FileEntryPosition>();
        linearUDFImageBuilderFileOrdering = new ArrayList<UDFImageBuilderFile>();
        uniqueIds = new Hashtable<UDFImageBuilderFile, Long>();
View Full Code Here

TOP

Related Classes of com.github.stephenc.javaisotools.udflib.tools.UniqueIdDisposer

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.