Package org.jscsi.target.storage

Examples of org.jscsi.target.storage.IStorageModule


        } else {
            storageLength = new File(storageFilePath).length();
            create = false;
            // assert nextNode.getLocalName().equals(ELEMENT_DONTCREATE);
        }
        final IStorageModule module = RandomAccessStorageModule.open(new File(storageFilePath), storageLength, create, kind);

        return new Target(targetName, targetAlias, module);

    }
View Full Code Here

TOP

Related Classes of org.jscsi.target.storage.IStorageModule

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.