Autopsy  4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
StringContent.java
Go to the documentation of this file.
1 /*
2  * To change this template, choose Tools | Templates
3  * and open the template in the editor.
4  */
5 package org.sleuthkit.autopsy.datamodel;
6 
13 public interface StringContent {
14  /*
15  * Get the string associated with this object
16  */
17 
18  public String getString();
19 }

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.