|
Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Task< javafx.scene.image.Image >, and IIOReadProgressListener.
Inherited by org.sleuthkit.autopsy.coreutils.ImageUtils.GetThumbnailTask, and org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTask.
Public Member Functions | |
| void | imageComplete (ImageReader source) |
| void | imageProgress (ImageReader reader, float percentageDone) |
| void | imageStarted (ImageReader source, int imageIndex) |
| boolean | isCancelled () |
| void | readAborted (ImageReader source) |
| void | sequenceComplete (ImageReader source) |
| void | sequenceStarted (ImageReader source, int minIndex) |
| void | thumbnailComplete (ImageReader source) |
| void | thumbnailProgress (ImageReader source, float percentageDone) |
| void | thumbnailStarted (ImageReader source, int imageIndex, int thumbnailIndex) |
Protected Member Functions | |
| void | failed () |
| javafx.scene.image.Image | readImage () throws IOException |
| void | succeeded () |
Static Private Attributes | |
| static final String | IMAGEIO_COULD_NOT_READ_UNSUPPORTED_OR_CORRUPT = "ImageIO could not read {0}. It may be unsupported or corrupt" |
Base class for tasks that need to read AbstractFiles as Images.
Definition at line 854 of file ImageUtils.java.
|
protected |
Definition at line 951 of file ImageUtils.java.
Referenced by org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.succeeded().
| void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.imageComplete | ( | ImageReader | source | ) |
Definition at line 957 of file ImageUtils.java.
| void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.imageProgress | ( | ImageReader | reader, |
| float | percentageDone | ||
| ) |
Definition at line 915 of file ImageUtils.java.
References org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.isCancelled().
| void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.imageStarted | ( | ImageReader | source, |
| int | imageIndex | ||
| ) |
Definition at line 962 of file ImageUtils.java.
| boolean org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.isCancelled | ( | ) |
| void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.readAborted | ( | ImageReader | source | ) |
Definition at line 986 of file ImageUtils.java.
|
protected |
Definition at line 863 of file ImageUtils.java.
References org.sleuthkit.autopsy.coreutils.ImageUtils.getBufferedReadContentStream(), org.sleuthkit.autopsy.coreutils.ImageUtils.getImageProperty(), org.sleuthkit.autopsy.coreutils.ImageUtils.getJfifStartOfImageOffset(), org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.isCancelled(), and org.sleuthkit.autopsy.coreutils.ImageUtils.isGIF().
Referenced by org.sleuthkit.autopsy.coreutils.ImageUtils.GetThumbnailTask.call().
| void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.sequenceComplete | ( | ImageReader | source | ) |
Definition at line 970 of file ImageUtils.java.
| void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.sequenceStarted | ( | ImageReader | source, |
| int | minIndex | ||
| ) |
Definition at line 966 of file ImageUtils.java.
|
protected |
Definition at line 935 of file ImageUtils.java.
References org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.failed().
| void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.thumbnailComplete | ( | ImageReader | source | ) |
Definition at line 982 of file ImageUtils.java.
| void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.thumbnailProgress | ( | ImageReader | source, |
| float | percentageDone | ||
| ) |
Definition at line 978 of file ImageUtils.java.
| void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.thumbnailStarted | ( | ImageReader | source, |
| int | imageIndex, | ||
| int | thumbnailIndex | ||
| ) |
Definition at line 974 of file ImageUtils.java.
|
staticprivate |
Definition at line 856 of file ImageUtils.java.
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.