users@jaxb.java.net

Image as Base64

From: Markus Karg <karg_at_quipsy.de>
Date: Mon, 21 Mar 2011 13:49:33 +0100

I just noticed that JAXB is able to deal with java.awt.Image. Looks like
it uses Base64 to inline it. But I wonder what the transferred bytes
actuall do present: The raw data of the BufferedImage, or a common file
format like JPG, PNG, GIF. etc. (which one)?

 

Thanks

Markus