Class ExtSSTRecord.InfoSubRecord

java.lang.Object
org.apache.poi.hssf.record.ExtSSTRecord.InfoSubRecord
All Implemented Interfaces:
GenericRecord
Enclosing class:
ExtSSTRecord

public static final class ExtSSTRecord.InfoSubRecord extends Object implements GenericRecord
  • 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(ExtSSTRecord.InfoSubRecord other)
    • InfoSubRecord

      public InfoSubRecord(RecordInputStream in)
  • Method Details