Class UnimplementedHemfPlusRecord

java.lang.Object
org.apache.poi.hemf.hemfplus.record.UnimplementedHemfPlusRecord
All Implemented Interfaces:
HemfPlusRecord

@Internal public class UnimplementedHemfPlusRecord extends Object implements HemfPlusRecord
  • Constructor Details

    • UnimplementedHemfPlusRecord

      public UnimplementedHemfPlusRecord()
  • Method Details

    • getRecordType

      public HemfPlusRecordType getRecordType()
      Specified by:
      getRecordType in interface HemfPlusRecord
    • getFlags

      public int getFlags()
      Specified by:
      getFlags in interface HemfPlusRecord
    • init

      public void init(byte[] recordBytes, int recordId, int flags) throws IOException
      Specified by:
      init in interface HemfPlusRecord
      Parameters:
      recordBytes - these are the bytes that start after the id, flags, record size and go to the end of the record; they do not include any required padding at the end.
      recordId - record type id
      flags - flags
      Throws:
      IOException
    • getRecordBytes

      public byte[] getRecordBytes()