Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.contentviewers.textcontentviewer.StringsContentPanel.ContentWorker Class Reference

Inherits SwingWorker< String, Void >.

Public Member Functions

void done ()
 

Protected Member Functions

String doInBackground () throws Exception
 

Private Attributes

final Content content
 
final long offset
 

Detailed Description

Swingworker for getting the text from a content object.

Definition at line 434 of file StringsContentPanel.java.

Member Function Documentation

String org.sleuthkit.autopsy.contentviewers.textcontentviewer.StringsContentPanel.ContentWorker.doInBackground ( ) throws Exception
protected
void org.sleuthkit.autopsy.contentviewers.textcontentviewer.StringsContentPanel.ContentWorker.done ( )

Definition at line 484 of file StringsContentPanel.java.

Member Data Documentation

final Content org.sleuthkit.autopsy.contentviewers.textcontentviewer.StringsContentPanel.ContentWorker.content
private

Definition at line 436 of file StringsContentPanel.java.

final long org.sleuthkit.autopsy.contentviewers.textcontentviewer.StringsContentPanel.ContentWorker.offset
private

Definition at line 437 of file StringsContentPanel.java.


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

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