This implementation of <code>nativeToJava</code> converts a platform specific
representation of an image to java <code>ImageData</code>.
@param transferData the platform specific representation of the data to be converted
@return a java <code>ImageData</code> of the image if the conversion was successful;
otherwise null
This implementation of <code>nativeToJava</code> converts a platform specific representation of an image to java <code>ImageData</code>.
@param transferData the platform specific representation of the data to be converted @return a java <code>ImageData</code> of the image if the conversion was successful; otherwise null
@see Transfer#javaToNative