Sleuth Kit Java Bindings (JNI)
4.11.1
Java bindings for using The Sleuth Kit
|
Classes | |
interface | Attachment |
class | FileAttachment |
class | URLAttachment |
Public Member Functions | |
MessageAttachments (Collection< FileAttachment > fileAttachments, Collection< URLAttachment > urlAttachments) | |
int | getAttachmentsCount () |
Collection< FileAttachment > | getFileAttachments () |
Collection< URLAttachment > | getUrlAttachments () |
Class to represent attachments to a message.
Attachments can be URL attachments or file attachments.
Definition at line 39 of file MessageAttachments.java.
org.sleuthkit.datamodel.blackboardutils.attributes.MessageAttachments.MessageAttachments | ( | Collection< FileAttachment > | fileAttachments, |
Collection< URLAttachment > | urlAttachments | ||
) |
Builds Message attachments from the given file attachments and URL attachments.
fileAttachments | Collection of file attachments. |
urlAttachments | Collection of URL attachments. |
Definition at line 346 of file MessageAttachments.java.
int org.sleuthkit.datamodel.blackboardutils.attributes.MessageAttachments.getAttachmentsCount | ( | ) |
Returns total count of attachments.
Definition at line 374 of file MessageAttachments.java.
Collection<FileAttachment> org.sleuthkit.datamodel.blackboardutils.attributes.MessageAttachments.getFileAttachments | ( | ) |
Returns collection of file attachments.
Definition at line 356 of file MessageAttachments.java.
Collection<URLAttachment> org.sleuthkit.datamodel.blackboardutils.attributes.MessageAttachments.getUrlAttachments | ( | ) |
Returns collection of URL attachments.
Definition at line 365 of file MessageAttachments.java.
Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.