Class ContinueRecord

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class ContinueRecord
    extends StandardRecord
    implements java.lang.Cloneable
    Title: Continue Record(0x003C) - Helper class used primarily for SST Records

    Description: handles overflow for prior record in the input stream; content is tailored to that prior record

    • Constructor Detail

      • ContinueRecord

        public ContinueRecord​(byte[] data)
    • Method Detail

      • getData

        public byte[] getData()
        get the data for continuation
        Returns:
        byte array containing all of the continued data
      • toString

        public java.lang.String toString()
        Description copied from class: Record
        get a string representation of the record (for biffview/debugging)
        Overrides:
        toString in class Record
      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record