Autopsy  4.5.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | List of all members
org.sleuthkit.autopsy.coreutils.DataSourceUtils Class Reference

Static Public Member Functions

static boolean imageHasFileSystem (Path dataSourcePath) throws IOException
 

Detailed Description

Utility methods for working with data sources.

Definition at line 28 of file DataSourceUtils.java.

Member Function Documentation

static boolean org.sleuthkit.autopsy.coreutils.DataSourceUtils.imageHasFileSystem ( Path  dataSourcePath) throws IOException
static

Calls TSK to determine whether a potential data source has a file system.

Parameters
dataSourcePathThe path to the data source.
Returns
True or false.
Exceptions
IOExceptionif an error occurs while trying to determine if the data source has a file system.

Definition at line 41 of file DataSourceUtils.java.

Referenced by org.sleuthkit.autopsy.casemodule.ImageDSProcessor.canProcess().


The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.