Sleuth Kit Java Bindings (JNI) 4.14.0
Java bindings for using The Sleuth Kit
Loading...
Searching...
No Matches
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

◆ CarvingResult()

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:
  • /home/carriersleuth/repos/sleuthkit/bindings/java/src/org/sleuthkit/datamodel/CarvingResult.java

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