Sleuth Kit Java Bindings (JNI)  4.3
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.SleuthkitJNI.CaseDbHandle Class Reference

Classes

class  AddImageProcess
 

Private Member Functions

 CaseDbHandle (long caseDbPointer)
 

Private Attributes

final long caseDbPointer
 

Static Private Attributes

static final Map< Long, Map< Long, Long > > fsHandleCache = new HashMap<Long, Map<Long, Long>>()
 
static final Map< String, Long > imageHandleCache = new HashMap<String, Long>()
 

Detailed Description

Encapsulates a handle to a SleuthKit case database with support for adding images to the database.

Definition at line 69 of file SleuthkitJNI.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.SleuthkitJNI.CaseDbHandle.CaseDbHandle ( long  caseDbPointer)
private

Constructs an object that encapsulates a handle to a SleuthKit case database with support for adding images to the database.

Parameters
caseDbPointerA pointer to a TskCaseDb object.

Definition at line 94 of file SleuthkitJNI.java.

References org.sleuthkit.datamodel.SleuthkitJNI.CaseDbHandle.caseDbPointer.

Member Data Documentation

final long org.sleuthkit.datamodel.SleuthkitJNI.CaseDbHandle.caseDbPointer
private
final Map<Long, Map<Long, Long> > org.sleuthkit.datamodel.SleuthkitJNI.CaseDbHandle.fsHandleCache = new HashMap<Long, Map<Long, Long>>()
staticprivate
final Map<String, Long> org.sleuthkit.datamodel.SleuthkitJNI.CaseDbHandle.imageHandleCache = new HashMap<String, Long>()
staticprivate

Definition at line 80 of file SleuthkitJNI.java.

Referenced by org.sleuthkit.datamodel.SleuthkitJNI.openImage().


The documentation for this class 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.