Package org.jnode.fs.ntfs.index

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


                    return new AttributeListAttributeNonRes(fileRecord, offset);
                }
            case Types.FILE_NAME:
                return new FileNameAttribute(fileRecord, offset);
            case Types.INDEX_ROOT:
                return new IndexRootAttribute(fileRecord, offset);
            case Types.INDEX_ALLOCATION:
                return new IndexAllocationAttribute(fileRecord, offset);
        }

        // check the resident flag
View Full Code Here

TOP

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

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.