Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Attributes | List of all members
org.sleuthkit.autopsy.keywordsearch.TextExtractor.ExtractOptions Enum Reference

Public Attributes

 EXTRACT_UTF16
 extract UTF16 text, possible values Boolean.TRUE.toString(), Boolean.FALSE.toString() More...
 
 EXTRACT_UTF8
 extract UTF8 text, possible values Boolean.TRUE.toString(), Boolean.FALSE.toString() More...
 

Detailed Description

Common options that can be used by some extractors

Definition at line 36 of file TextExtractor.java.

Member Data Documentation

org.sleuthkit.autopsy.keywordsearch.TextExtractor.ExtractOptions.EXTRACT_UTF16

extract UTF16 text, possible values Boolean.TRUE.toString(), Boolean.FALSE.toString()

Definition at line 38 of file TextExtractor.java.

org.sleuthkit.autopsy.keywordsearch.TextExtractor.ExtractOptions.EXTRACT_UTF8

extract UTF8 text, possible values Boolean.TRUE.toString(), Boolean.FALSE.toString()

Definition at line 39 of file TextExtractor.java.


The documentation for this enum was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.