Sleuth Kit Java Bindings (JNI)
4.6.0
Java bindings for using The Sleuth Kit
|
Inherited by org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
Public Member Functions | |
long | getContentSize (SleuthkitCase sleuthkitCase) throws TskCoreException |
String | getDeviceId () |
long | getId () |
String | getTimeZone () |
A data source (e.g., an image, a local disk, a virtual directory of logical files, etc.).
Definition at line 25 of file DataSource.java.
long org.sleuthkit.datamodel.DataSource.getContentSize | ( | SleuthkitCase | sleuthkitCase | ) | throws TskCoreException |
Gets the size of the contents of the data source in bytes. This size can change as archive files within the data source are expanded, files are carved, etc., and is different from the size of the data source as returned by Content.getSize, which is the size of the data source as a file.
sleuthkitCase | The sleuthkit case instance from which to make calls to the database. |
TskCoreException | Thrown when there is an issue trying to retrieve data from the database. |
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
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).
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
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.
Implemented in org.sleuthkit.datamodel.Image, and org.sleuthkit.datamodel.LocalFilesDataSource.
Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.