Interface XMPPackage

All Superinterfaces:
Object, XMPObject
All Known Subinterfaces:
MainXMPPackage
All Known Implementing Classes:
AXLMainXMPPackage, AXLXMPPackage

public interface XMPPackage extends XMPObject
XMP package
  • Method Details

    • getisSerializationValid

      Boolean getisSerializationValid()
      true if package serialization is valid: - package starts with one of the expected byte arrays representing package beginning in a supported encoding - package represents a well-formed XML that is serialized using the encoding of the matched byte array
    • getactualEncoding

      String getactualEncoding()
      the actual encoding used for XMP package serialization it is different from the encoding property, which is declared encoding (deprecated)
    • getbytes

      String getbytes()
      value of ‘bytes’ attribute of XMP package header (null if the attribute is missing)
    • getencoding

      String getencoding()
      value of ‘encoding’ attribute of XMP package header (null if the attribute is missing)