|
Sleuth Kit Java Bindings (JNI) 4.14.0
Java bindings for using The Sleuth Kit
|
Inherits org.sleuthkit.datamodel.FsContent.
Protected Member Functions | |
| synchronized int | readInt (byte[] buf, long offset, long len) throws TskCoreException |
| Protected Member Functions inherited from org.sleuthkit.datamodel.AbstractFile | |
| final int | readLocal (byte[] buf, long offset, long len) throws TskCoreException |
| void | setLocalPath (String localPath, boolean isAbsolute) |
| Protected Member Functions inherited from org.sleuthkit.datamodel.AbstractContent | |
| AbstractContent (SleuthkitCase db, long obj_id, String name) | |
Additional Inherited Members | |
| Static Public Member Functions inherited from org.sleuthkit.datamodel.AbstractFile | |
| static String | createNonUniquePath (String uniquePath) |
| static String | epochToTime (long epoch) |
| static String | epochToTime (long epoch, TimeZone tzone) |
| static long | timeToEpoch (String time) |
| Static Public Attributes inherited from org.sleuthkit.datamodel.AbstractContent | |
| static final long | UNKNOWN_ID = -1 |
| Protected Attributes inherited from org.sleuthkit.datamodel.FsContent | |
| volatile long | fileHandle = 0 |
| Protected Attributes inherited from org.sleuthkit.datamodel.AbstractFile | |
| final long | atime |
| final int | attrId |
| final TskData.TSK_FS_ATTR_TYPE_ENUM | attrType |
| final long | crtime |
| final long | ctime |
| TSK_FS_NAME_FLAG_ENUM | dirFlag |
| final TSK_FS_NAME_TYPE_ENUM | dirType |
| final Long | fileSystemObjectId |
| final TskData.TSK_DB_FILES_TYPE_ENUM | fileType |
| final int | gid |
| TskData.FileKnown | knownState |
| String | md5Hash |
| final long | metaAddr |
| Set< TSK_FS_META_FLAG_ENUM > | metaFlags |
| final int | metaSeq |
| final TSK_FS_META_TYPE_ENUM | metaType |
| final Set< TskData.TSK_FS_META_MODE_ENUM > | modes |
| final long | mtime |
| final String | parentPath |
| String | sha1Hash |
| String | sha256Hash |
| long | size |
| final int | uid |
| Protected Attributes inherited from org.sleuthkit.datamodel.AbstractContent | |
| long | parentId |
A representation of a slack file that has been added to a case.
Definition at line 31 of file SlackFile.java.
|
protected |
Reads bytes from the slack space
| buf | Buffer to read into. |
| offset | Start position in the slack space. |
| len | Number of bytes to read. |
| TskCoreException | if there is a problem reading the file. |
Reimplemented from org.sleuthkit.datamodel.FsContent.
Definition at line 120 of file SlackFile.java.
References org.sleuthkit.datamodel.FsContent.fileHandle, org.sleuthkit.datamodel.SleuthkitJNI.readFileSlack(), readInt(), and org.sleuthkit.datamodel.AbstractFile.size.
Referenced by readInt().
| String org.sleuthkit.datamodel.SlackFile.toString | ( | boolean | preserveState | ) |
Provides a string representation of this file.
| preserveState | True if state should be included in the string representation of this object. |
Reimplemented from org.sleuthkit.datamodel.FsContent.
Definition at line 163 of file SlackFile.java.
Copyright © 2011-2024 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.