Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ParsingEmbeddedDocumentExtractor.
Public Member Functions | |
List< ExtractedFile > | getExtractedImages () |
void | parseEmbedded (InputStream stream, ContentHandler handler, Metadata metadata, boolean outputHtml) throws SAXException, IOException |
boolean | shouldParseEmbedded (Metadata metadata) |
Private Member Functions | |
EmbeddedContentExtractor (ParseContext context) | |
Private Attributes | |
int | fileCount = 0 |
final Map< String, ExtractedFile > | nameToExtractedFileMap = new HashMap<>() |
Our custom embedded content extractor for OOXML files. We pass an instance of this class to Tika and Tika calls the parseEmbedded() method when it encounters an embedded file.
Definition at line 700 of file DocumentEmbeddedContentExtractor.java.
|
private |
Definition at line 707 of file DocumentEmbeddedContentExtractor.java.
List<ExtractedFile> org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.EmbeddedContentExtractor.getExtractedImages | ( | ) |
Get list of extracted files.
Definition at line 775 of file DocumentEmbeddedContentExtractor.java.
void org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.EmbeddedContentExtractor.parseEmbedded | ( | InputStream | stream, |
ContentHandler | handler, | ||
Metadata | metadata, | ||
boolean | outputHtml | ||
) | throws SAXException, IOException |
Definition at line 717 of file DocumentEmbeddedContentExtractor.java.
boolean org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.EmbeddedContentExtractor.shouldParseEmbedded | ( | Metadata | metadata | ) |
Definition at line 712 of file DocumentEmbeddedContentExtractor.java.
|
private |
Definition at line 702 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.EmbeddedContentExtractor.parseEmbedded().
|
private |
Definition at line 705 of file DocumentEmbeddedContentExtractor.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.