|
Autopsy
4.9.1
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 351 of file TikaTextExtractor.java.
| org.sleuthkit.autopsy.textreaders.TikaTextExtractor.CleanUpStream.CleanUpStream | ( | File | file | ) | throws FileNotFoundException |
Store a reference to file on construction
| file |
| FileNotFoundException |
Definition at line 361 of file TikaTextExtractor.java.
References org.sleuthkit.autopsy.textreaders.TikaTextExtractor.CleanUpStream.file.
| void org.sleuthkit.autopsy.textreaders.TikaTextExtractor.CleanUpStream.close | ( | ) | throws IOException |
Delete this underlying file when close is called.
| IOException |
Definition at line 372 of file TikaTextExtractor.java.
|
private |
Definition at line 353 of file TikaTextExtractor.java.
Referenced by org.sleuthkit.autopsy.textreaders.TikaTextExtractor.CleanUpStream.CleanUpStream().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.