Class ExtSSTRecord.InfoSubRecord

java.lang.Object
org.apache.poi.hssf.record.ExtSSTRecord.InfoSubRecord
Enclosing class:
ExtSSTRecord

public static final class ExtSSTRecord.InfoSubRecord extends Object
  • Field Details

  • Constructor Details

    • InfoSubRecord

      public InfoSubRecord(int streamPos, int bucketSstOffset)
      Creates new ExtSSTInfoSubRecord
      Parameters:
      streamPos - stream pointer to the SST record
      bucketSstOffset - ... don't really understand this yet
    • InfoSubRecord

      public InfoSubRecord(RecordInputStream in)
  • Method Details

    • getStreamPos

      public int getStreamPos()
    • getBucketSSTOffset

      public int getBucketSSTOffset()
    • serialize

      public void serialize(LittleEndianOutput out)