Autopsy
4.15.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 |
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.