Uses of Class
org.apache.commons.imaging.formats.jpeg.iptc.IptcRecord
Packages that use IptcRecord
-
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 IptcRecordMethods in org.apache.commons.imaging.formats.jpeg.iptc that return types with arguments of type IptcRecordModifier and TypeMethodDescriptionPhotoshopApp13Data.getRecords()
protected List
<IptcRecord> IptcParser.parseIptcBlock
(byte[] bytes) Method parameters in org.apache.commons.imaging.formats.jpeg.iptc with type arguments of type IptcRecordModifier and TypeMethodDescriptionbyte[]
IptcParser.writeIptcBlock
(List<IptcRecord> elements) byte[]
IptcParser.writeIptcBlock
(List<IptcRecord> elements, boolean forceUtf8Encoding) Constructor parameters in org.apache.commons.imaging.formats.jpeg.iptc with type arguments of type IptcRecordModifierConstructorDescriptionPhotoshopApp13Data
(List<IptcRecord> records, List<IptcBlock> rawBlocks) PhotoshopApp13Data
(List<IptcRecord> records, List<IptcBlock> rawBlocks, boolean forceUtf8Encoding)