Package org.apache.poi.hssf.record
Class ExtSSTRecord.InfoSubRecord
java.lang.Object
org.apache.poi.hssf.record.ExtSSTRecord.InfoSubRecord
- All Implemented Interfaces:
GenericRecord
- Enclosing class:
ExtSSTRecord
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInfoSubRecord(int streamPos, int bucketSstOffset) Creates new ExtSSTInfoSubRecord -
Method Summary
Modifier and TypeMethodDescriptionintintvoidMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
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
-
InfoSubRecord
-
-
Method Details
-
getStreamPos
public int getStreamPos() -
getBucketSSTOffset
public int getBucketSSTOffset() -
serialize
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-