|
Autopsy
4.17.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 601 of file DocumentEmbeddedContentExtractor.java.
| long org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getAtime | ( | ) |
Definition at line 647 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 643 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 639 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 627 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 631 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 651 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 635 of file DocumentEmbeddedContentExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.size.
|
private |
Definition at line 610 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getAtime().
|
private |
Definition at line 609 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getCrtime().
|
private |
Definition at line 608 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getCtime().
|
private |
Definition at line 605 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getFileName().
|
private |
Definition at line 606 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getLocalPath().
|
private |
Definition at line 611 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getMtime().
|
private |
Definition at line 607 of file DocumentEmbeddedContentExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.DocumentEmbeddedContentExtractor.ExtractedFile.getSize().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.