Sleuth Kit Java Bindings (JNI)  4.12.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.ContentStreamProvider Interface Reference

Public Member Functions

Optional< ContentProviderStreamgetContentStream (Content content) throws TskCoreException
 

Detailed Description

Custom provider for bytes of an abstract file.

Definition at line 26 of file ContentStreamProvider.java.

Member Function Documentation

Optional<ContentProviderStream> org.sleuthkit.datamodel.ContentStreamProvider.getContentStream ( Content  content) throws TskCoreException

Provides a content stream for a content object or empty if this provider has none to provide.

Parameters
contentThe content.
Returns
The content stream or empty if no stream can be provided for this content.

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

Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.