- All Implemented Interfaces:
- java.util.concurrent.Callable<java.awt.image.BufferedImage>
public class ImageStreamReference
extends CachedImageReference
The ImageStreamReference class is a rudimentary Image Proxy which will
try and decode the image data into an Buffered image using a worker thread.
The intent is that the content parser will continue parsing the content stream
while the worker thread handles the image decode work. However the drawImage
method will block until the worker thread returns. So generally put not
a true image proxy but we do get significantly faster load times with the
current implementation.
- Since:
- 5.0