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

Classes

class  CarvedFile
 

Public Member Functions

 CarvingResult (Content parent, List< CarvedFile > carvedFiles)
 

Detailed Description

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.

Constructor & Destructor Documentation

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.

Parameters
parentThe parent of the set of carved files in the carving result.
carvedFilesThe set of carved files in the carving result.

Definition at line 41 of file CarvingResult.java.


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

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