Class IIMReader

java.lang.Object
is.galia.codec.iptc.IIMReader

public final class IIMReader extends Object

IPTC IIM reader.

The default character set for data sets is ASCII. This can be overridden as UTF-8 or ISO-8859-1 depending on the data set corresponding to the CodedCharacterSet tag. Many other encodings are supported by IIM but not by this reader.

See Also:
  • Constructor Details

    • IIMReader

      public IIMReader()
  • Method Details

    • setSource

      public void setSource(byte[] iptcBytes)
    • read

      public List<DataSet> read()
      Returns:
      Unmodifiable instance.