508509510511512513514515516
+ TIFF_DIRECTORY_FOOTER_LENGTH; } @Override public String getItemDescription() { final TiffDirectoryType dirType = TagConstantsUtils .getExifDirectoryType(type); return "Directory: " + dirType.name + " (" + type + ")"; }