Class OldLabelRecord


  • public final class OldLabelRecord
    extends OldCellRecord
    Biff2 - Biff 4 Label Record (0x0004 / 0x0204) - read only support for strings stored directly in the cell, from the older file formats that didn't use LabelSSTRecord
    • Constructor Detail

      • OldLabelRecord

        public OldLabelRecord​(RecordInputStream in)
        Parameters:
        in - the RecordInputstream to read the record from
    • Method Detail

      • getStringLength

        public short getStringLength()
        get the number of characters this string contains
        Returns:
        number of characters
      • getValue

        public java.lang.String getValue()
        Get the String of the cell
        Returns:
        the String of the cell
      • serialize

        public int serialize​(int offset,
                             byte[] data)
        Not supported
        Parameters:
        offset - not supported
        data - not supported
        Returns:
        not supported
      • getRecordSize

        public int getRecordSize()
      • appendValueText

        protected void appendValueText​(java.lang.StringBuilder sb)
        Description copied from class: OldCellRecord
        Append specific debug info (used by OldCellRecord.toString() for the value contained in this record. Trailing new-line should not be appended (superclass does that).
        Specified by:
        appendValueText in class OldCellRecord
        Parameters:
        sb - the StringBuilder to append to