Sleuth Kit Java Bindings (JNI)
4.11.1
Java bindings for using The Sleuth Kit
|
Inherits org.sleuthkit.datamodel.Tag.
Public Member Functions | |
long | getBeginByteOffset () |
Content | getContent () |
long | getEndByteOffset () |
boolean | hasByteExtent () |
![]() | |
String | getComment () |
long | getId () |
TagName | getName () |
String | getUserName () |
Instances of this class are data transfer objects (DTOs) that represent tags a user can apply to content.
Definition at line 25 of file ContentTag.java.
long org.sleuthkit.datamodel.ContentTag.getBeginByteOffset | ( | ) |
Returns starting offset of the byte range
Definition at line 62 of file ContentTag.java.
Content org.sleuthkit.datamodel.ContentTag.getContent | ( | ) |
long org.sleuthkit.datamodel.ContentTag.getEndByteOffset | ( | ) |
Returns end offset of the byte range
Definition at line 71 of file ContentTag.java.
boolean org.sleuthkit.datamodel.ContentTag.hasByteExtent | ( | ) |
Returns whether the tag has a byte range
Definition at line 53 of file ContentTag.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.