Package com.bfo.box

Class XMPBox


public class XMPBox extends ExtensionBox
An XMP box is a semi-standardized box holding XMP metadata, which is now defined in ISO16684, although this method of storage for XMP dates from "part 3" of the pre-ISO specifications.
Since:
5
  • Constructor Details

    • XMPBox

      public XMPBox()
  • Method Details

    • data

      public byte[] data()
      Return the XMP object stored in this box as a byte array
      Returns:
      the object
    • toString

      public String toString()
      Description copied from class: Box
      Return a String representation of this Box, which will be parseable as JSON
      Overrides:
      toString in class ExtensionBox