Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.keywordsearch.Ingester.FscContentStream Class Reference

Inherits ContentStream.

Public Member Functions

String getName ()
 
String getSourceInfo ()
 
String getContentType ()
 
Long getSize ()
 
InputStream getStream () throws IOException
 
Reader getReader () throws IOException
 

Private Attributes

AbstractFile f
 

Detailed Description

ContentStream to read() the data from a FsContent object

Definition at line 509 of file Ingester.java.

Member Function Documentation

String org.sleuthkit.autopsy.keywordsearch.Ingester.FscContentStream.getContentType ( )

Definition at line 528 of file Ingester.java.

String org.sleuthkit.autopsy.keywordsearch.Ingester.FscContentStream.getName ( )
Reader org.sleuthkit.autopsy.keywordsearch.Ingester.FscContentStream.getReader ( ) throws IOException

Definition at line 543 of file Ingester.java.

Long org.sleuthkit.autopsy.keywordsearch.Ingester.FscContentStream.getSize ( )

Definition at line 533 of file Ingester.java.

References org::sleuthkit::datamodel::AbstractFile.getSize().

String org.sleuthkit.autopsy.keywordsearch.Ingester.FscContentStream.getSourceInfo ( )

Definition at line 523 of file Ingester.java.

References org::sleuthkit::datamodel::AbstractContent.getId().

InputStream org.sleuthkit.autopsy.keywordsearch.Ingester.FscContentStream.getStream ( ) throws IOException

Definition at line 538 of file Ingester.java.

Member Data Documentation

AbstractFile org.sleuthkit.autopsy.keywordsearch.Ingester.FscContentStream.f
private

Definition at line 511 of file Ingester.java.


The documentation for this class 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.