Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits SwingWorker< Void, Void >.
Public Member Functions | |
Void | doInBackground () throws InterruptedException |
Private Attributes | |
boolean | wasCancelled = false |
Performs the file copying and process launching in a SwingWorker so that the UI is not blocked when opening large files.
Definition at line 380 of file DataContentViewerHex.java.
Void org.sleuthkit.autopsy.corecomponents.DataContentViewerHex.BackgroundFileCopyTask.doInBackground | ( | ) | throws InterruptedException |
Definition at line 385 of file DataContentViewerHex.java.
References org.sleuthkit.autopsy.coreutils.FileUtil.escapeFileName(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.core.UserPreferences.getExternalHexEditorPath(), org.sleuthkit.autopsy.casemodule.Case.getTempDirectory(), and org.sleuthkit.autopsy.datamodel.ContentUtils.writeToFile().
|
private |
Definition at line 382 of file DataContentViewerHex.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.