Sleuth Kit Java Bindings (JNI)
4.12.1
Java bindings for using The Sleuth Kit
|
Classes | |
class | CarvedFile |
Public Member Functions | |
CarvingResult (Content parent, List< CarvedFile > carvedFiles) | |
A carving result consisting of a set of carved files and the parent from which the files were carved.
Definition at line 28 of file CarvingResult.java.
org.sleuthkit.datamodel.CarvingResult.CarvingResult | ( | Content | parent, |
List< CarvedFile > | carvedFiles | ||
) |
Constructs a carving result consisting of a set of carved files and the parent from which the files were carved.
parent | The parent of the set of carved files in the carving result. |
carvedFiles | The set of carved files in the carving result. |
Definition at line 41 of file CarvingResult.java.
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.