Autopsy
4.12.0
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 565 of file DocumentEmbeddedContentExtractor.java.
long org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getAtime | ( | ) |
Definition at line 611 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 607 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 603 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 591 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 595 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 615 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 599 of file DocumentEmbeddedContentExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.size.
|
private |
Definition at line 574 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getAtime().
|
private |
Definition at line 573 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getCrtime().
|
private |
Definition at line 572 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getCtime().
|
private |
Definition at line 569 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getFileName().
|
private |
Definition at line 570 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getLocalPath().
|
private |
Definition at line 575 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getMtime().
|
private |
Definition at line 571 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getSize().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.