Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.textextractors.TikaTextExtractor.CleanUpStream Class Reference

Inherits FileInputStream.

Public Member Functions

void close () throws IOException
 

Private Attributes

File file
 

Detailed Description

Automatically deletes the underlying File when the close() method is called. This is used to delete the Output file produced from Tesseract once it has been read by Tika.

Definition at line 438 of file TikaTextExtractor.java.

Member Function Documentation

void org.sleuthkit.autopsy.textextractors.TikaTextExtractor.CleanUpStream.close ( ) throws IOException

Delete this underlying file when close is called.

Exceptions
IOException

Definition at line 460 of file TikaTextExtractor.java.

Member Data Documentation

File org.sleuthkit.autopsy.textextractors.TikaTextExtractor.CleanUpStream.file
private

Definition at line 440 of file TikaTextExtractor.java.


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

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