Class IptcBlock


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

      • IptcBlock

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

      • getBlockType

        public int getBlockType()
      • getBlockNameBytes

        public byte[] getBlockNameBytes()
      • getBlockData

        public byte[] getBlockData()
      • isIPTCBlock

        public boolean isIPTCBlock()