Uses of Class
org.apache.commons.imaging.formats.jpeg.iptc.IptcRecord
-
Packages that use IptcRecord Package Description org.apache.commons.imaging.formats.jpeg.iptc JPEG image format IPTC metadata. -
-
Uses of IptcRecord in org.apache.commons.imaging.formats.jpeg.iptc
Fields in org.apache.commons.imaging.formats.jpeg.iptc with type parameters of type IptcRecord Modifier and Type Field Description static java.util.Comparator<IptcRecord>IptcRecord. COMPARATORprivate java.util.List<IptcRecord>PhotoshopApp13Data. recordsMethods in org.apache.commons.imaging.formats.jpeg.iptc that return types with arguments of type IptcRecord Modifier and Type Method Description java.util.List<IptcRecord>PhotoshopApp13Data. getRecords()protected java.util.List<IptcRecord>IptcParser. parseIptcBlock(byte[] bytes)Method parameters in org.apache.commons.imaging.formats.jpeg.iptc with type arguments of type IptcRecord Modifier and Type Method Description byte[]IptcParser. writeIptcBlock(java.util.List<IptcRecord> elements)byte[]IptcParser. writeIptcBlock(java.util.List<IptcRecord> elements, boolean forceUtf8Encoding)Constructor parameters in org.apache.commons.imaging.formats.jpeg.iptc with type arguments of type IptcRecord 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)
-