Sleuth Kit Java Bindings (JNI)
4.3
Java bindings for using The Sleuth Kit
|
Inherited by org.sleuthkit.datamodel.AbstractDataSource.
Public Member Functions | |
String | getDeviceId () |
long | getId () |
String | getTimeZone () |
A data source (e.g., an image, a local disk, a virtual directory of logical files, etc.).
NOTE: The DataSource interface is an emerging feature and at present is only useful for obtaining the object id and the device id, an ASCII-printable identifier for the device associated with the data source that is intended to be unique across multiple cases (e.g., a UUID). In the future, this interface will extend the Content interface.
Definition at line 31 of file DataSource.java.
String org.sleuthkit.datamodel.DataSource.getDeviceId | ( | ) |
Gets the ASCII-printable identifier for the device associated with the data source. This identifier is intended to be unique across multiple cases (e.g., a UUID).
long org.sleuthkit.datamodel.DataSource.getId | ( | ) |
Gets the object id of this data source.
String org.sleuthkit.datamodel.DataSource.getTimeZone | ( | ) |
Gets the time zone that was used to process the data source.
Copyright © 2011-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.