Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.coreutils.ImageUtils.PropertyExtractor< T > Interface Template Reference

Public Member Functions

extract (ImageReader reader) throws IOException
 

Detailed Description

Functional interface for methods that extract a property out of an ImageReader. Initially created to abstract over getImageHeight(org.sleuthkit.datamodel.AbstractFile) and getImageWidth(org.sleuthkit.datamodel.AbstractFile)

Parameters
<T>The type of the property.

Definition at line 582 of file ImageUtils.java.

Member Function Documentation

T org.sleuthkit.autopsy.coreutils.ImageUtils.PropertyExtractor< T >.extract ( ImageReader  reader) throws IOException

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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.