Autopsy  4.19.3
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 412 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 462 of file StringsContentPanel.java.

Member Data Documentation

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

Definition at line 414 of file StringsContentPanel.java.

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

Definition at line 415 of file StringsContentPanel.java.


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

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.