|
Autopsy
4.15.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 583 of file DocumentEmbeddedContentExtractor.java.
| long org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getAtime | ( | ) |
Definition at line 629 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 625 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 621 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 609 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 613 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 633 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 617 of file DocumentEmbeddedContentExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.size.
|
private |
Definition at line 592 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getAtime().
|
private |
Definition at line 591 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getCrtime().
|
private |
Definition at line 590 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getCtime().
|
private |
Definition at line 587 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getFileName().
|
private |
Definition at line 588 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getLocalPath().
|
private |
Definition at line 593 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getMtime().
|
private |
Definition at line 589 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getSize().
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.