Class IptcBlock


  • public class IptcBlock
    extends Object
    Represents an IPTC block, a set of key-value pairs of Photoshop IPTC data.
    • Field Detail

      • blockType

        public final int blockType
    • Constructor Detail

      • IptcBlock

        public IptcBlock​(int blockType,
                         byte[] blockNameBytes,
                         byte[] blockData)
    • Method Detail

      • isIPTCBlock

        public boolean isIPTCBlock()