Class IptcBlock
- java.lang.Object
-
- org.apache.commons.imaging.formats.jpeg.iptc.IptcBlock
-
public class IptcBlock extends Object
Represents an IPTC block, a set of key-value pairs of Photoshop IPTC data.
-
-
Field Summary
Fields Modifier and Type Field Description int
blockType
-
Constructor Summary
Constructors Constructor Description IptcBlock(int blockType, byte[] blockNameBytes, byte[] blockData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isIPTCBlock()
-