Class PhotoshopApp13Data
- java.lang.Object
-
- org.apache.commons.imaging.formats.jpeg.iptc.PhotoshopApp13Data
-
public class PhotoshopApp13Data extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private booleanforceUtf8Encodingprivate java.util.List<IptcBlock>rawBlocksprivate java.util.List<IptcRecord>records
-
Constructor Summary
Constructors Constructor Description PhotoshopApp13Data(java.util.List<IptcRecord> records, java.util.List<IptcBlock> rawBlocks)PhotoshopApp13Data(java.util.List<IptcRecord> records, java.util.List<IptcBlock> rawBlocks, boolean forceUtf8Encoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IptcBlock>getNonIptcBlocks()java.util.List<IptcBlock>getRawBlocks()java.util.List<IptcRecord>getRecords()booleanisForceUtf8Encoding()
-
-
-
Field Detail
-
forceUtf8Encoding
private final boolean forceUtf8Encoding
-
records
private final java.util.List<IptcRecord> records
-
rawBlocks
private final java.util.List<IptcBlock> rawBlocks
-
-
Constructor Detail
-
PhotoshopApp13Data
public PhotoshopApp13Data(java.util.List<IptcRecord> records, java.util.List<IptcBlock> rawBlocks)
-
PhotoshopApp13Data
public PhotoshopApp13Data(java.util.List<IptcRecord> records, java.util.List<IptcBlock> rawBlocks, boolean forceUtf8Encoding)
-
-
Method Detail
-
getNonIptcBlocks
public java.util.List<IptcBlock> getNonIptcBlocks()
-
getRawBlocks
public java.util.List<IptcBlock> getRawBlocks()
-
getRecords
public java.util.List<IptcRecord> getRecords()
-
isForceUtf8Encoding
public boolean isForceUtf8Encoding()
-
-