Package org.jnode.fs.ntfs.index

Examples of org.jnode.fs.ntfs.index.NTFSIndex


     *
     * @param record the file record.
     */
    public NTFSDirectory(NTFSFileSystem fs, FileRecord record) throws IOException {
        this.fs = fs;
        this.index = new NTFSIndex(record);
        id = Long.toString(record.getReferenceNumber());
    }
View Full Code Here

TOP

Related Classes of org.jnode.fs.ntfs.index.NTFSIndex

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.