Package org.apache.poi.hssf.record
Class ExtSSTRecord.InfoSubRecord
- java.lang.Object
-
- org.apache.poi.hssf.record.ExtSSTRecord.InfoSubRecord
-
- Enclosing class:
- ExtSSTRecord
public static final class ExtSSTRecord.InfoSubRecord extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ENCODED_SIZE
-
Constructor Summary
Constructors Constructor Description InfoSubRecord(int streamPos, int bucketSstOffset)
Creates new ExtSSTInfoSubRecordInfoSubRecord(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBucketSSTOffset()
int
getStreamPos()
void
serialize(LittleEndianOutput out)
-
-
-
Field Detail
-
ENCODED_SIZE
public static final int ENCODED_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InfoSubRecord
public InfoSubRecord(int streamPos, int bucketSstOffset)
Creates new ExtSSTInfoSubRecord- Parameters:
streamPos
- stream pointer to the SST recordbucketSstOffset
- ... don't really understand this yet
-
InfoSubRecord
public InfoSubRecord(RecordInputStream in)
-
-
Method Detail
-
getStreamPos
public int getStreamPos()
-
getBucketSSTOffset
public int getBucketSSTOffset()
-
serialize
public void serialize(LittleEndianOutput out)
-
-