Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.LibraryUtils Class Reference

Classes

enum  Lib
 

Static Public Member Functions

static boolean loadSleuthkitJNI ()
 

Static Public Attributes

static final String[] EXTS = new String[]{".so", ".dylib", ".dll", ".jnilib"}
 

Detailed Description

Collection of methods to load libraries embedded in the TSK Datamodel Jar file.

Author
jwallace

Definition at line 33 of file LibraryUtils.java.

Member Function Documentation

static boolean org.sleuthkit.datamodel.LibraryUtils.loadSleuthkitJNI ( )
static

Load the Sleuthkit JNI.

Returns
true if library was found and loaded

Definition at line 72 of file LibraryUtils.java.

References org.sleuthkit.datamodel.LibraryUtils.Lib.TSK_JNI.

Member Data Documentation

final String [] org.sleuthkit.datamodel.LibraryUtils.EXTS = new String[]{".so", ".dylib", ".dll", ".jnilib"}
static

Definition at line 35 of file LibraryUtils.java.


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

Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.