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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENCODED_SIZE
public static final int ENCODED_SIZE
- See Also:
- Constant Field Values
ExtSSTRecord.InfoSubRecord
public ExtSSTRecord.InfoSubRecord(int streamPos,
int bucketSstOffset)
- Creates new ExtSSTInfoSubRecord
- Parameters:
streamPos
- stream pointer to the SST recordbucketSstOffset
- ... don't really understand this yet
ExtSSTRecord.InfoSubRecord
public ExtSSTRecord.InfoSubRecord(RecordInputStream in)
getStreamPos
public int getStreamPos()
getBucketSSTOffset
public int getBucketSSTOffset()
serialize
public void serialize(LittleEndianOutput out)
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.