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.
-
-
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 byte[]getBlockData()byte[]getBlockNameBytes()intgetBlockType()booleanisIPTCBlock()
-