Package pixy.meta.adobe
Class IPTC_NAA
java.lang.Object
pixy.meta.adobe._8BIM
pixy.meta.adobe.IPTC_NAA
public class IPTC_NAA extends _8BIM
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description void
addDataSet(IPTCDataSet dataSet)
void
addDataSets(java.util.Collection<? extends IPTCDataSet> dataSets)
java.util.List<IPTCDataSet>
getDataSet(IPTCTag key)
Get a list of IPTCDataSet associated with a keyjava.util.Map<IPTCTag,java.util.List<IPTCDataSet>>
getDataSets()
Get all the IPTCDataSet as a map for this IPTC dataprotected MetadataEntry
getMetadataEntry()
void
write(java.io.OutputStream os)
-
Constructor Details
-
Method Details
-
addDataSet
-
addDataSets
-
getDataSets
Get all the IPTCDataSet as a map for this IPTC data- Returns:
- a map with the key for the IPTCDataSet name and a list of IPTCDataSet as the value
-
getDataSet
Get a list of IPTCDataSet associated with a key- Parameters:
key
- name of the data set- Returns:
- a list of IPTCDataSet associated with the key
-
getMetadataEntry
- Overrides:
getMetadataEntry
in class_8BIM
-
write
public void write(java.io.OutputStream os) throws java.io.IOException
-