|
org.sleuthkit.autopsy.datamodel/0 0.0 1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ContentNode
Interface class that all Data nodes inherit from. Provides basic information such as ID, parent ID, etc.
| Method Summary | ||
|---|---|---|
|
accept(ContentNodeVisitor<T> v)
Visitor pattern support. |
|
org.sleuthkit.datamodel.Content |
getContent()
Returns the content of this node. |
|
java.lang.String[] |
getDisplayPath()
Returns full path to this node. |
|
int |
getFileIDColumn()
Returns the location of the file ID / Metadata address on the columns on the directory table. |
|
long |
getID()
Gets the ID of this node. |
|
java.lang.String |
getName()
Returns the programmatic name for this node. |
|
java.lang.Object[][] |
getRowValues(int rows)
Gets the row values for this node. |
|
java.lang.String[] |
getSystemPath()
Returns full path to this node. |
|
byte[] |
read(long offset,
long len)
Reads the content of this node. |
|
| Method Detail |
|---|
java.lang.String getName()
long getID()
java.lang.Object[][] getRowValues(int rows)
throws java.sql.SQLException
rows - the number of rows we want to show
java.sql.SQLException
byte[] read(long offset,
long len)
throws org.sleuthkit.datamodel.TskException
offset - the starting offsetlen - the length
org.sleuthkit.datamodel.TskExceptionint getFileIDColumn()
org.sleuthkit.datamodel.Content getContent()
java.lang.String[] getDisplayPath()
java.lang.String[] getSystemPath()
<T> T accept(ContentNodeVisitor<T> v)
T - visitor return typev - visitor
|
org.sleuthkit.autopsy.datamodel/0 0.0 1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||