Sleuth Kit Java Bindings (JNI)  4.3
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.DataSource Interface Reference

Inherited by org.sleuthkit.datamodel.AbstractDataSource.

Public Member Functions

String getDeviceId ()
 
long getId ()
 
String getTimeZone ()
 

Detailed Description

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.

Member Function Documentation

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).

Returns
The device id.
long org.sleuthkit.datamodel.DataSource.getId ( )

Gets the object id of this data source.

Returns
The object id.
String org.sleuthkit.datamodel.DataSource.getTimeZone ( )

Gets the time zone that was used to process the data source.

Returns
The time zone.

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

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.