Class MetaData

java.lang.Object
com.independentsoft.office.odf.MetaData

public class MetaData extends Object
Represents a metadata elements for a document that are not specified by a manifest.rdf file.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Initializes a new instance of the MetaData class.
    MetaData​(byte[] buffer)
    Instantiates a new meta data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new object that is a deep copy of the current instance.
    Converts the value of the current MetaData object to its equivalent string representation.

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MetaData

      public MetaData()
      Initializes a new instance of the MetaData class.
    • MetaData

      public MetaData(byte[] buffer) throws XMLStreamException
      Instantiates a new meta data.
      Parameters:
      buffer - the buffer
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • clone

      public MetaData clone()
      Creates a new object that is a deep copy of the current instance.
      Overrides:
      clone in class Object
      Returns:
      A new object that is a copy of this instance.
    • toString

      public String toString()
      Converts the value of the current MetaData object to its equivalent string representation.
      Overrides:
      toString in class Object
      Returns:
      the string