Class DefaultEscherRecordFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultEscherRecordFactory()
      Creates an instance of the escher record factory
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EscherRecord createRecord​(byte[] data, int offset)
      Generates an escher record including any children contained under that record.
      static boolean isContainer​(short options, short recordId)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultEscherRecordFactory

        public DefaultEscherRecordFactory()
        Creates an instance of the escher record factory
    • Method Detail

      • createRecord

        public EscherRecord createRecord​(byte[] data,
                                         int offset)
        Description copied from interface: EscherRecordFactory
        Generates an escher record including any children contained under that record. An exception is thrown if the record could not be generated.
        Specified by:
        createRecord in interface EscherRecordFactory
        Parameters:
        data - The byte array containing the records
        offset - The starting offset into the byte array
        Returns:
        The generated escher record
      • isContainer

        public static boolean isContainer​(short options,
                                          short recordId)