Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits FileInputStream.
Public Member Functions | |
CleanUpStream (File file) throws FileNotFoundException | |
void | close () throws IOException |
Private Attributes | |
File | file |
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 381 of file TikaTextExtractor.java.
org.sleuthkit.autopsy.textextractors.TikaTextExtractor.CleanUpStream.CleanUpStream | ( | File | file | ) | throws FileNotFoundException |
Store a reference to file on construction
file |
FileNotFoundException |
Definition at line 392 of file TikaTextExtractor.java.
References org.sleuthkit.autopsy.textextractors.TikaTextExtractor.CleanUpStream.file.
void org.sleuthkit.autopsy.textextractors.TikaTextExtractor.CleanUpStream.close | ( | ) | throws IOException |
Delete this underlying file when close is called.
IOException |
Definition at line 403 of file TikaTextExtractor.java.
|
private |
Definition at line 383 of file TikaTextExtractor.java.
Referenced by org.sleuthkit.autopsy.textextractors.TikaTextExtractor.CleanUpStream.CleanUpStream().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.