|
Autopsy
4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| String | getName () |
| TextSummary | summarize (AbstractFile file, int summarySize) throws IOException |
Interface for implementation of summarizers for documents.
Definition at line 27 of file TextSummarizer.java.
| String org.sleuthkit.autopsy.textsummarizer.TextSummarizer.getName | ( | ) |
Get the name of the TextSummarizer for identification purposes.
| TextSummary org.sleuthkit.autopsy.textsummarizer.TextSummarizer.summarize | ( | AbstractFile | file, |
| int | summarySize | ||
| ) | throws IOException |
Summarize the provided abstract file into a summary with a size no greater than the size specified.
| file | The AbstractFile to summarize. |
| summarySize | The size of the summary to create. |
| IOException |
Referenced by org.sleuthkit.autopsy.discovery.search.FileSearch.summarize().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.