Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static boolean | imageHasFileSystem (Path dataSourcePath) throws IOException |
static boolean | imageHasFileSystem (Path dataSourcePath, String password) throws IOException |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(DataSourceUtils.class.getName()) |
Utility methods for working with data sources.
Definition at line 31 of file DataSourceUtils.java.
|
static |
Calls TSK to determine whether a potential data source has a file system.
dataSourcePath | The path to the data source. |
IOException | if an error occurs while trying to determine if the data source has a file system. |
Definition at line 45 of file DataSourceUtils.java.
References org::sleuthkit::datamodel::SleuthkitJNI.isImageSupported().
Referenced by org.sleuthkit.autopsy.casemodule.ImageDSProcessor.canProcess().
|
static |
Calls TSK to determine whether a potential data source has a file system.
dataSourcePath | The path to the data source. |
password | The password to decrypt the image. |
IOException | if an error occurs while trying to determine if the data source has a file system. |
Definition at line 61 of file DataSourceUtils.java.
References org::sleuthkit::datamodel::SleuthkitJNI.testOpenImage().
|
staticprivate |
Definition at line 32 of file DataSourceUtils.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.