Autopsy
4.7.0
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 829 of file ImageUtils.java.
|
protected |
Definition at line 926 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 932 of file ImageUtils.java.
void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.imageProgress | ( | ImageReader | reader, |
float | percentageDone | ||
) |
Definition at line 890 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 937 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 961 of file ImageUtils.java.
|
protected |
Definition at line 838 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 945 of file ImageUtils.java.
void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.sequenceStarted | ( | ImageReader | source, |
int | minIndex | ||
) |
Definition at line 941 of file ImageUtils.java.
|
protected |
Definition at line 910 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 957 of file ImageUtils.java.
void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.thumbnailProgress | ( | ImageReader | source, |
float | percentageDone | ||
) |
Definition at line 953 of file ImageUtils.java.
void org.sleuthkit.autopsy.coreutils.ImageUtils.ReadImageTaskBase.thumbnailStarted | ( | ImageReader | source, |
int | imageIndex, | ||
int | thumbnailIndex | ||
) |
Definition at line 949 of file ImageUtils.java.
|
staticprivate |
Definition at line 831 of file ImageUtils.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.