Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.EmbeddedContentExtractor Class Reference

Inherits ParsingEmbeddedDocumentExtractor.

Public Member Functions

List< ExtractedFilegetExtractedImages ()
 
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, ExtractedFilenameToExtractedFileMap = new HashMap<>()
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.EmbeddedContentExtractor.EmbeddedContentExtractor ( ParseContext  context)
private

Definition at line 707 of file DocumentEmbeddedContentExtractor.java.

Member Function Documentation

List<ExtractedFile> org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.EmbeddedContentExtractor.getExtractedImages ( )

Get list of extracted files.

Returns
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
boolean org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.EmbeddedContentExtractor.shouldParseEmbedded ( Metadata  metadata)

Definition at line 712 of file DocumentEmbeddedContentExtractor.java.

Member Data Documentation

int org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.EmbeddedContentExtractor.fileCount = 0
private
final Map<String, ExtractedFile> org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.EmbeddedContentExtractor.nameToExtractedFileMap = new HashMap<>()
private

Definition at line 705 of file DocumentEmbeddedContentExtractor.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.