Autopsy  4.17.0
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

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 970 of file SevenZipExtractor.java.

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-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.