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
public static final class ExtSSTRecord.InfoSubRecord extends Object implements GenericRecord
-
-
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(ExtSSTRecord.InfoSubRecord other)
InfoSubRecord(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBucketSSTOffset()
Map<String,Supplier<?>>
getGenericProperties()
int
getStreamPos()
void
serialize(LittleEndianOutput out)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
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(ExtSSTRecord.InfoSubRecord other)
-
InfoSubRecord
public InfoSubRecord(RecordInputStream in)
-
-
Method Detail
-
getStreamPos
public int getStreamPos()
-
getBucketSSTOffset
public int getBucketSSTOffset()
-
serialize
public void serialize(LittleEndianOutput out)
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericProperties
in interfaceGenericRecord
-
-