Class EndSubRecord

  • All Implemented Interfaces:
    org.apache.poi.common.Duplicatable, GenericRecord

    public final class EndSubRecord
    extends SubRecord
    ftEnd (0x0000)

    The end data record is used to denote the end of the subrecords.

    • Constructor Detail

      • EndSubRecord

        public EndSubRecord()
      • EndSubRecord

        public EndSubRecord​(LittleEndianInput in,
                            int size)
        Parameters:
        in - unused (since this record has no data)
        size - must be 0
    • Method Detail

      • isTerminating

        public boolean isTerminating()
        Description copied from class: SubRecord
        Whether this record terminates the sub-record stream. There are two cases when this method must be overridden and return true - EndSubRecord (sid = 0x00) - LbsDataSubRecord (sid = 0x12)
        Overrides:
        isTerminating in class SubRecord
        Returns:
        whether this record is the last in the sub-record stream
      • getSid

        public short getSid()
      • copy

        public EndSubRecord copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable
        Specified by:
        copy in class SubRecord
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()