Autopsy  3.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

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

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 651 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
tokenPath
Returns

Definition at line 694 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-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.