Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ParsingEmbeddedDocumentExtractor.
Public Member Functions | |
EmbeddedContentExtractor (ParseContext context) | |
List< ExtractedFile > | getExtractedImages () |
void | parseEmbedded (InputStream stream, ContentHandler handler, Metadata metadata, boolean outputHtml) throws SAXException, IOException |
boolean | shouldParseEmbedded (Metadata metadata) |
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 599 of file MSOfficeEmbeddedContentExtractor.java.
org.sleuthkit.autopsy.modules.embeddedfileextractor.MSOfficeEmbeddedContentExtractor.EmbeddedContentExtractor.EmbeddedContentExtractor | ( | ParseContext | context | ) |
Definition at line 606 of file MSOfficeEmbeddedContentExtractor.java.
List<ExtractedFile> org.sleuthkit.autopsy.modules.embeddedfileextractor.MSOfficeEmbeddedContentExtractor.EmbeddedContentExtractor.getExtractedImages | ( | ) |
Get list of extracted files.
Definition at line 668 of file MSOfficeEmbeddedContentExtractor.java.
void org.sleuthkit.autopsy.modules.embeddedfileextractor.MSOfficeEmbeddedContentExtractor.EmbeddedContentExtractor.parseEmbedded | ( | InputStream | stream, |
ContentHandler | handler, | ||
Metadata | metadata, | ||
boolean | outputHtml | ||
) | throws SAXException, IOException |
Definition at line 616 of file MSOfficeEmbeddedContentExtractor.java.
boolean org.sleuthkit.autopsy.modules.embeddedfileextractor.MSOfficeEmbeddedContentExtractor.EmbeddedContentExtractor.shouldParseEmbedded | ( | Metadata | metadata | ) |
Definition at line 611 of file MSOfficeEmbeddedContentExtractor.java.
|
private |
Definition at line 601 of file MSOfficeEmbeddedContentExtractor.java.
|
private |
Definition at line 604 of file MSOfficeEmbeddedContentExtractor.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.