| 
    Sleuth Kit Java Bindings (JNI)
    4.9.0
    
   Java bindings for using The Sleuth Kit 
   | 
 
Inherits org.sleuthkit.datamodel.FsContent.
Public Member Functions | |
| String | toString (boolean preserveState) | 
  Public Member Functions inherited from org.sleuthkit.datamodel.FsContent | |
| synchronized void | close () | 
| void | finalize () throws Throwable | 
| Content | getDataSource () throws TskCoreException | 
| FileSystem | getFileSystem () throws TskCoreException | 
| long | getFileSystemId () | 
| synchronized List< String > | getMetaDataText () throws TskCoreException | 
| AbstractFile | getParentDirectory () throws TskCoreException | 
| synchronized String | getUniquePath () throws TskCoreException | 
| boolean | isRoot () | 
| String | toString (boolean preserveState) | 
  Public Member Functions inherited from org.sleuthkit.datamodel.AbstractFile | |
| boolean | canRead () | 
| void | close () | 
| long | convertToImgOffset (long fileOffset) throws TskCoreException | 
| boolean | exists () | 
| long | getAtime () | 
| String | getAtimeAsDate () | 
| int | getAttributeId () | 
| short | getAttrId () | 
| TskData.TSK_FS_ATTR_TYPE_ENUM | getAttrType () | 
| long | getCrtime () | 
| String | getCrtimeAsDate () | 
| long | getCtime () | 
| String | getCtimeAsDate () | 
| Content | getDataSource () throws TskCoreException | 
| long | getDataSourceObjectId () | 
| String | getDirFlagAsString () | 
| TSK_FS_NAME_TYPE_ENUM | getDirType () | 
| String | getDirTypeAsString () | 
| int | getGid () | 
| TskData.FileKnown | getKnown () | 
| String | getLocalAbsPath () | 
| String | getLocalPath () | 
| String | getMd5Hash () | 
| long | getMetaAddr () | 
| String | getMetaFlagsAsString () | 
| long | getMetaSeq () | 
| TSK_FS_META_TYPE_ENUM | getMetaType () | 
| String | getMetaTypeAsString () | 
| String | getMIMEType () | 
| String | getModesAsString () | 
| long | getMtime () | 
| String | getMtimeAsDate () | 
| String | getNameExtension () | 
| String | getParentPath () | 
| List< TskFileRange > | getRanges () throws TskCoreException | 
| long | getSize () | 
| TskData.TSK_DB_FILES_TYPE_ENUM | getType () | 
| int | getUid () | 
| boolean | isDir () | 
| boolean | isDirNameFlagSet (TSK_FS_NAME_FLAG_ENUM flag) | 
| boolean | isFile () | 
| boolean | isMetaFlagSet (TSK_FS_META_FLAG_ENUM metaFlag) | 
| MimeMatchEnum | isMimeType (SortedSet< String > mimeTypes) | 
| boolean | isModeSet (TskData.TSK_FS_META_MODE_ENUM mode) | 
| abstract boolean | isRoot () | 
| boolean | isVirtual () | 
| List< AbstractFile > | listFiles () throws TskCoreException | 
| final int | read (byte[] buf, long offset, long len) throws TskCoreException | 
| void | save () throws TskCoreException | 
| void | setKnown (TskData.FileKnown knownState) | 
| void | setMd5Hash (String md5Hash) | 
| void | setMIMEType (String mimeType) | 
| String | toString (boolean preserveState) | 
  Public Member Functions inherited from org.sleuthkit.datamodel.AbstractContent | |
| boolean | equals (Object obj) | 
| ArrayList< BlackboardArtifact > | getAllArtifacts () throws TskCoreException | 
| long | getAllArtifactsCount () throws TskCoreException | 
| ArrayList< BlackboardArtifact > | getArtifacts (String artifactTypeName) throws TskCoreException | 
| ArrayList< BlackboardArtifact > | getArtifacts (int artifactTypeID) throws TskCoreException | 
| ArrayList< BlackboardArtifact > | getArtifacts (BlackboardArtifact.ARTIFACT_TYPE type) throws TskCoreException | 
| long | getArtifactsCount (String artifactTypeName) throws TskCoreException | 
| long | getArtifactsCount (int artifactTypeID) throws TskCoreException | 
| long | getArtifactsCount (ARTIFACT_TYPE type) throws TskCoreException | 
| List< Content > | getChildren () throws TskCoreException | 
| int | getChildrenCount () throws TskCoreException | 
| List< Long > | getChildrenIds () throws TskCoreException | 
| Content | getDataSource () throws TskCoreException | 
| BlackboardArtifact | getGenInfoArtifact () throws TskCoreException | 
| BlackboardArtifact | getGenInfoArtifact (boolean create) throws TskCoreException | 
| ArrayList< BlackboardAttribute > | getGenInfoAttributes (ATTRIBUTE_TYPE attr_type) throws TskCoreException | 
| Set< String > | getHashSetNames () throws TskCoreException | 
| long | getId () | 
| String | getName () | 
| synchronized Content | getParent () throws TskCoreException | 
| SleuthkitCase | getSleuthkitCase () | 
| synchronized String | getUniquePath () throws TskCoreException | 
| boolean | hasChildren () throws TskCoreException | 
| int | hashCode () | 
| BlackboardArtifact | newArtifact (int artifactTypeID) throws TskCoreException | 
| BlackboardArtifact | newArtifact (BlackboardArtifact.ARTIFACT_TYPE type) throws TskCoreException | 
| String | toString () | 
| String | toString (boolean preserveState) | 
  Public Member Functions inherited from org.sleuthkit.datamodel.Content | |
| long | getArtifactsCount (BlackboardArtifact.ARTIFACT_TYPE type) throws TskCoreException | 
| ArrayList< BlackboardAttribute > | getGenInfoAttributes (BlackboardAttribute.ATTRIBUTE_TYPE attr_type) throws TskCoreException | 
Protected Member Functions | |
| int | readInt (byte[] buf, long offset, long len) throws TskCoreException | 
  Protected Member Functions inherited from org.sleuthkit.datamodel.FsContent | |
| synchronized int | readInt (byte[] buf, long offset, long len) throws TskCoreException | 
  Protected Member Functions inherited from org.sleuthkit.datamodel.AbstractFile | |
| AbstractFile (SleuthkitCase db, long objId, TskData.TSK_FS_ATTR_TYPE_ENUM attrType, short attrId, String name, TskData.TSK_DB_FILES_TYPE_ENUM fileType, long metaAddr, int metaSeq, TSK_FS_NAME_TYPE_ENUM dirType, TSK_FS_META_TYPE_ENUM metaType, TSK_FS_NAME_FLAG_ENUM dirFlag, short metaFlags, long size, long ctime, long crtime, long atime, long mtime, short modes, int uid, int gid, String md5Hash, FileKnown knownState, String parentPath) | |
| void | finalize () throws Throwable | 
| int | readInt (byte[] buf, long offset, long len) throws TskCoreException | 
| 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 | 
| final long | fsObjId | 
  Protected Attributes inherited from org.sleuthkit.datamodel.AbstractFile | |
| final int | attrId | 
| final TskData.TSK_FS_ATTR_TYPE_ENUM | attrType | 
| final TSK_FS_NAME_FLAG_ENUM | dirFlag | 
| final TSK_FS_NAME_TYPE_ENUM | dirType | 
| final TskData.TSK_DB_FILES_TYPE_ENUM | fileType | 
| TskData.FileKnown | knownState | 
| String | md5Hash | 
| final long | metaAddr | 
| final 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 String | parentPath | 
| 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 30 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. | 
Definition at line 110 of file SlackFile.java.
References org.sleuthkit.datamodel.FsContent.fileHandle, and org.sleuthkit.datamodel.SleuthkitJNI.readFileSlack().
| 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. | 
Definition at line 153 of file SlackFile.java.
Copyright © 2011-2020 Brian Carrier.  (carrier -at- sleuthkit -dot- org)
 
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.