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

Private Attributes

final List< TskFileRangelayoutInParent
 
final String name
 
final long sizeInBytes
 

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.

References org.sleuthkit.datamodel.CarvingResult.CarvedFile.layoutInParent, org.sleuthkit.datamodel.CarvingResult.CarvedFile.name, and org.sleuthkit.datamodel.CarvingResult.CarvedFile.sizeInBytes.

Member Data Documentation

final List<TskFileRange> org.sleuthkit.datamodel.CarvingResult.CarvedFile.layoutInParent
private
final String org.sleuthkit.datamodel.CarvingResult.CarvedFile.name
private
final long org.sleuthkit.datamodel.CarvingResult.CarvedFile.sizeInBytes
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.