Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Private Member Functions | List of all members
org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree Class Reference

Classes

class  UnpackedNode
 

Private Member Functions

void addDerivedFilesToCaseRec (UnpackedNode node, FileManager fileManager) throws TskCoreException
 
UnpackedNode addNode (UnpackedNode parent, List< String > tokenPath)
 
void getAllFileObjectsRec (List< AbstractFile > list, UnpackedNode parent)
 

Detailed Description

Representation of the files in the archive. Used to track of local tree file hierarchy, archive depth, and files created to easily and reliably get parent AbstractFile for unpacked file. So that we don't have to depend on type of traversal of unpacked files handed to us by 7zip unpacker.

Definition at line 755 of file SevenZipExtractor.java.

Member Function Documentation

void org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree.addDerivedFilesToCaseRec ( UnpackedNode  node,
FileManager  fileManager 
) throws TskCoreException
private
UnpackedNode org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree.addNode ( UnpackedNode  parent,
List< String >  tokenPath 
)
private

recursive method that traverses the path

Parameters
parent
tokenPath
Returns

Definition at line 801 of file SevenZipExtractor.java.

void org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree.getAllFileObjectsRec ( List< AbstractFile >  list,
UnpackedNode  parent 
)
private

The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Tue Oct 25 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.