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

Public Member Functions

 CarvedFile (String name, long sizeInBytes, List< TskFileRange > layoutInParent)
 

Detailed Description

A carved file.

Definition at line 67 of file CarvingResult.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.CarvingResult.CarvedFile.CarvedFile ( String  name,
long  sizeInBytes,
List< TskFileRange layoutInParent 
)

Constructs a carved file.

Parameters
nameThe name of the file.
sizeInBytesThe size of the file in bytes.
layoutInParentThe layout of the file within its parent.

Definition at line 80 of file CarvingResult.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.