to.etc.domui.caches.images
Interface IImageMemorySource

All Superinterfaces:
IImageStreamSource

public interface IImageMemorySource
extends IImageStreamSource

This is a stream source which allows access to a set of buffers representing the image data. It is often present on image sources that represent cached data. Using this when available can prevent buffering between reader and writer streams.

Author:
Frits Jalvingh Created on Dec 1, 2009

Method Summary
 byte[][] getImageBuffers()
           
 
Methods inherited from interface to.etc.domui.caches.images.IImageStreamSource
getImageStream, getSize
 

Method Detail

getImageBuffers

byte[][] getImageBuffers()
                         throws java.lang.Exception
Throws:
java.lang.Exception