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

Inherits ContentStream.

Public Member Functions

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

Detailed Description

ContentStream associated with FsContent, but forced with no content

Definition at line 552 of file Ingester.java.

Member Function Documentation

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

Definition at line 571 of file Ingester.java.

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

Definition at line 586 of file Ingester.java.

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

Definition at line 576 of file Ingester.java.

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

Definition at line 566 of file Ingester.java.

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

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

Definition at line 581 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.