Class IptcBlock
- java.lang.Object
-
- org.apache.commons.imaging.formats.jpeg.iptc.IptcBlock
-
public class IptcBlock extends java.lang.Object
Represents an IPTC block, a set of key-value pairs of Photoshop IPTC data.
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
blockData
private byte[]
blockNameBytes
private 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 byte[]
getBlockData()
byte[]
getBlockNameBytes()
int
getBlockType()
boolean
isIPTCBlock()
-