/**
* Read all metadata that, for this class, does nothing.
*/
protected void readAllDirectories() throws IOException {
final RawImageInfo info;
try {
info = (RawImageInfo)m_imageInfo.getAuxiliaryInfo();
}
catch ( LightCraftsException e ) {
return;
}
final DCRaw dcraw = info.getDCRaw();
final ImageMetadata metadata = m_imageInfo.getCurrentMetadata();
final EXIFDirectory exifDir =
(EXIFDirectory)metadata.getDirectoryFor(
EXIFDirectory.class, true