try
{
ByteSource byteSource = new ByteSourceArray(exifBytes);
Map params = null;
FormatCompliance formatCompliance = FormatCompliance.getDefault();
TiffContents contents = new TiffReader(false).readContents(byteSource,
params, formatCompliance);
ArrayList elements = new ArrayList();
// result.add(contents.header); // ?