Class GroupMarkerSubRecord

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class GroupMarkerSubRecord
    extends SubRecord
    implements java.lang.Cloneable
    ftGmo (0x0006)

    The group marker record is used as a position holder for groups.

    • Constructor Detail

      • GroupMarkerSubRecord

        public GroupMarkerSubRecord()
      • GroupMarkerSubRecord

        public GroupMarkerSubRecord​(LittleEndianInput in,
                                    int size)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getDataSize

        protected int getDataSize()
        Specified by:
        getDataSize in class SubRecord
        Returns:
        the size of the data for this record (which is always 4 bytes less than the total record size). Note however, that ushort encoded after the record sid is usually but not always the data size.
      • getSid

        public short getSid()