Class IPTCDataSet

java.lang.Object
pixy.meta.iptc.IPTCDataSet
All Implemented Interfaces:
java.lang.Comparable<IPTCDataSet>

public class IPTCDataSet
extends java.lang.Object
implements java.lang.Comparable<IPTCDataSet>
International Press Telecommunications Council (IPTC) data set
Version:
1.0 06/10/2013
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Details

  • Method Details

    • allowMultiple

      public boolean allowMultiple()
    • compareTo

      public int compareTo​(IPTCDataSet other)
      Specified by:
      compareTo in interface java.lang.Comparable<IPTCDataSet>
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object
    • getData

      public byte[] getData()
    • getDataAsString

      public java.lang.String getDataAsString()
    • getName

      public java.lang.String getName()
    • getRecordType

      public java.lang.String getRecordType()
    • getRecordNumber

      public int getRecordNumber()
    • getSize

      public int getSize()
    • getTag

      public int getTag()
    • getTagEnum

      public IPTCTag getTagEnum()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • write

      public void write​(java.io.OutputStream out) throws java.io.IOException
      Write the current IPTCDataSet to the OutputStream
      Parameters:
      out - OutputStream to write the IPTCDataSet
      Throws:
      java.io.IOException