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

Public Member Functions

 InArchiveItemDetails (SevenZipExtractor.UnpackedTree.UnpackedNode unpackedNode, String localAbsPath, String localRelPath)
 
String getLocalAbsPath ()
 
String getLocalRelPath ()
 
SevenZipExtractor.UnpackedTree.UnpackedNode getUnpackedNode ()
 

Private Attributes

final String localAbsPath
 
final String localRelPath
 
final SevenZipExtractor.UnpackedTree.UnpackedNode unpackedNode
 

Detailed Description

Wrapper for necessary details used in StandardIArchiveExtractCallback

Definition at line 863 of file SevenZipExtractor.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.InArchiveItemDetails.InArchiveItemDetails ( SevenZipExtractor.UnpackedTree.UnpackedNode  unpackedNode,
String  localAbsPath,
String  localRelPath 
)

Member Function Documentation

String org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.InArchiveItemDetails.getLocalAbsPath ( )
String org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.InArchiveItemDetails.getLocalRelPath ( )
SevenZipExtractor.UnpackedTree.UnpackedNode org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.InArchiveItemDetails.getUnpackedNode ( )

Member Data Documentation

final String org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.InArchiveItemDetails.localAbsPath
private
final String org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.InArchiveItemDetails.localRelPath
private
final SevenZipExtractor.UnpackedTree.UnpackedNode org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.InArchiveItemDetails.unpackedNode
private

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

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