This is an abstract class that should be implemented by all image content
loader back-ends.
The
ImageContentLoaderBackend.load(Object,boolean,Set) load method simply checks the
type of the data and delegates the handling to typed methods that should be
implemented by the back-ends.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0
Loads the data from a byte array.
Parameters: data - the raw data that has to be loaded Parameters: errors - a set to which possible error messages will be added an instance of the Image; or