Sleuth Kit Java Bindings (JNI)  4.3
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)
 

Private Attributes

final List< CarvedFilecarvedFiles
 
final Content parent
 

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.

References org.sleuthkit.datamodel.CarvingResult.carvedFiles, and org.sleuthkit.datamodel.CarvingResult.parent.

Member Data Documentation

final List<CarvedFile> org.sleuthkit.datamodel.CarvingResult.carvedFiles
private
final Content org.sleuthkit.datamodel.CarvingResult.parent
private

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.