|
Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Private Member Functions | |
| ZipFileStatusWrapper (AbstractFile file, ZipFileStatus status) | |
| AbstractFile | getFile () |
| ZipFileStatus | getStatus () |
| void | setStatus (ZipFileStatus status) |
Private Attributes | |
| final AbstractFile | abstractFile |
| ZipFileStatus | zipStatus |
A class which wraps an AbstractFile and an enum identifing whether the file which exists in the case database is current
Definition at line 1679 of file SevenZipExtractor.java.
|
private |
Construct a ZipFileStatusWrapper to wrap the given AbstractFile and status
| file | - The AbstractFile which exists in the case database |
| status | - an indicator of if the file information is current |
Definition at line 1691 of file SevenZipExtractor.java.
|
private |
Get the AbstractFile contained in this object
Definition at line 1701 of file SevenZipExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.ZipFileStatusWrapper.abstractFile.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree.updateOrAddFileToCaseRec().
|
private |
Get whether the file should be skipped or updated
Definition at line 1710 of file SevenZipExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.ZipFileStatusWrapper.zipStatus.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree.updateOrAddFileToCaseRec().
|
private |
Set the zipStatus of the file being wrapped when it changes
| status | - an Enum value indicating if the file is current |
Definition at line 1719 of file SevenZipExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree.updateOrAddFileToCaseRec().
|
private |
Definition at line 1681 of file SevenZipExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.ZipFileStatusWrapper.getFile().
|
private |
Definition at line 1682 of file SevenZipExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.ZipFileStatusWrapper.getStatus().
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.