Sleuth Kit Java Bindings (JNI)
4.11.1
Java bindings for using The Sleuth Kit
|
Public Member Functions | |
CarvedFile (String name, long sizeInBytes, List< TskFileRange > layoutInParent) | |
A carved file.
Definition at line 67 of file CarvingResult.java.
org.sleuthkit.datamodel.CarvingResult.CarvedFile.CarvedFile | ( | String | name, |
long | sizeInBytes, | ||
List< TskFileRange > | layoutInParent | ||
) |
Constructs a carved file.
name | The name of the file. |
sizeInBytes | The size of the file in bytes. |
layoutInParent | The layout of the file within its parent. |
Definition at line 80 of file CarvingResult.java.
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.