Autopsy  4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.corecomponents.DataContentViewerHex.BackgroundFileCopyTask Class Reference

Inherits SwingWorker< Void, Void >.

Public Member Functions

Void doInBackground () throws InterruptedException
 

Private Attributes

boolean wasCancelled = false
 

Detailed Description

Performs the file copying and process launching in a SwingWorker so that the UI is not blocked when opening large files.

Definition at line 374 of file DataContentViewerHex.java.

Member Function Documentation

Void org.sleuthkit.autopsy.corecomponents.DataContentViewerHex.BackgroundFileCopyTask.doInBackground ( ) throws InterruptedException

Member Data Documentation

boolean org.sleuthkit.autopsy.corecomponents.DataContentViewerHex.BackgroundFileCopyTask.wasCancelled = false
private

Definition at line 376 of file DataContentViewerHex.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.