Autopsy  4.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 37 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 39 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 40 of file TextExtractor.java.


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

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