Package org.sleuthkit.datamodel

Examples of org.sleuthkit.datamodel.LocalFile


        long atime = 0;
        long mtime = 0;

        String fileName = localFile.getName();

        LocalFile lf = tskCase.addLocalFile(fileName, localFile.getAbsolutePath(), size,
                ctime, crtime, atime, mtime,
                isFile, parentFile, trans);

        return lf;
    }
View Full Code Here

TOP

Related Classes of org.sleuthkit.datamodel.LocalFile

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.