Class MetadataExtractor.TiffDataFormat

  • Enclosing class:
    MetadataExtractor

    public class MetadataExtractor.TiffDataFormat
    extends java.lang.Object
    An enumeration of data formats used by the TIFF specification.
    Author:
    Drew Noakes https://drewnoakes.com
    • Constructor Detail

      • TiffDataFormat

        public TiffDataFormat()
      • TiffDataFormat

        private TiffDataFormat​(java.lang.String name,
                               int tiffFormatCode,
                               int componentSizeBytes)
    • Method Detail

      • getComponentSizeBytes

        public int getComponentSizeBytes()
      • getTiffFormatCode

        public int getTiffFormatCode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object