Class IptcBlock
- java.lang.Object
-
- org.apache.commons.imaging.formats.jpeg.iptc.IptcBlock
-
public class IptcBlock extends java.lang.ObjectRepresents an IPTC block, a set of key-value pairs of Photoshop IPTC data.The class is used in public API parameter types.
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]blockDataprivate byte[]blockNameBytesprivate intblockType
-
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()
-