Package org.apache.poi.hssf.record
Class ExtSSTRecord.InfoSubRecord
java.lang.Object
org.apache.poi.hssf.record.ExtSSTRecord.InfoSubRecord
- Enclosing class:
ExtSSTRecord
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInfoSubRecord
(int streamPos, int bucketSstOffset) Creates new ExtSSTInfoSubRecord -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
-
Field Details
-
ENCODED_SIZE
public static final int ENCODED_SIZE- See Also:
-
-
Constructor Details
-
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
-
-
Method Details
-
getStreamPos
public int getStreamPos() -
getBucketSSTOffset
public int getBucketSSTOffset() -
serialize
-