Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
long | getAtime () |
long | getCrtime () |
long | getCtime () |
String | getFileName () |
String | getLocalPath () |
long | getMtime () |
long | getSize () |
Private Attributes | |
final long | atime |
final long | crtime |
final long | ctime |
final String | fileName |
final String | localPath |
final long | mtime |
final long | size |
Represents a file extracted using either Tika or POI methods. Currently, POI is not capable of extracting ctime, crtime, mtime, and atime; these values are set to 0.
Definition at line 640 of file DocumentEmbeddedContentExtractor.java.
long org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getAtime | ( | ) |
Definition at line 686 of file DocumentEmbeddedContentExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.atime.
long org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getCrtime | ( | ) |
Definition at line 682 of file DocumentEmbeddedContentExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.crtime.
long org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getCtime | ( | ) |
Definition at line 678 of file DocumentEmbeddedContentExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.ctime.
String org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getFileName | ( | ) |
Definition at line 666 of file DocumentEmbeddedContentExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.fileName.
String org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getLocalPath | ( | ) |
Definition at line 670 of file DocumentEmbeddedContentExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.localPath.
long org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getMtime | ( | ) |
Definition at line 690 of file DocumentEmbeddedContentExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.mtime.
long org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getSize | ( | ) |
Definition at line 674 of file DocumentEmbeddedContentExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.size.
|
private |
Definition at line 649 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getAtime().
|
private |
Definition at line 648 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getCrtime().
|
private |
Definition at line 647 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getCtime().
|
private |
Definition at line 644 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getFileName().
|
private |
Definition at line 645 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getLocalPath().
|
private |
Definition at line 650 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getMtime().
|
private |
Definition at line 646 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getSize().
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.