Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.ExecUtil.StreamToWriterRedirect Class Reference

Inherits Thread.

Public Member Functions

final void run ()
 
void stopRun ()
 

Private Attributes

volatile boolean doRun = false
 
final InputStream is
 
Writer writer = null
 

Static Private Attributes

static final Logger logger = Logger.getLogger(StreamToStringRedirect.class.getName())
 

Detailed Description

Asynchronously read the output of a given input stream and write to a file writer passed in by the client. Client is responsible for closing the writer.

Any exception during execution of the command is managed in this thread.

Definition at line 436 of file ExecUtil.java.

Member Function Documentation

final void org.sleuthkit.autopsy.coreutils.ExecUtil.StreamToWriterRedirect.run ( )

Asynchronous read of the input stream.
Will report output as its its displayed.

See also
java.lang.Thread::run()

Definition at line 456 of file ExecUtil.java.

void org.sleuthkit.autopsy.coreutils.ExecUtil.StreamToWriterRedirect.stopRun ( )

Stop running the stream redirect. The thread will exit out gracefully after the current readLine() on stream unblocks

Definition at line 488 of file ExecUtil.java.

Member Data Documentation

volatile boolean org.sleuthkit.autopsy.coreutils.ExecUtil.StreamToWriterRedirect.doRun = false
private

Definition at line 440 of file ExecUtil.java.

final InputStream org.sleuthkit.autopsy.coreutils.ExecUtil.StreamToWriterRedirect.is
private

Definition at line 439 of file ExecUtil.java.

final Logger org.sleuthkit.autopsy.coreutils.ExecUtil.StreamToWriterRedirect.logger = Logger.getLogger(StreamToStringRedirect.class.getName())
staticprivate

Definition at line 438 of file ExecUtil.java.

Writer org.sleuthkit.autopsy.coreutils.ExecUtil.StreamToWriterRedirect.writer = null
private

Definition at line 441 of file ExecUtil.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.