Package pixy.meta.png

Class PngXMP

java.lang.Object
All Implemented Interfaces:
java.lang.Iterable<MetadataEntry>, MetadataReader, Reader

public class PngXMP
extends XMP
  • Constructor Details

    • PngXMP

      public PngXMP​(java.lang.String string)
  • Method Details

    • write

      public void write​(java.io.OutputStream os) throws java.io.IOException
      Description copied from class: Metadata
      Writes the metadata out to the output stream
      Specified by:
      write in class XMP
      Parameters:
      os - OutputStream to write the metadata to
      Throws:
      java.io.IOException