Save This Page
Home » jexcelapi_2_6_8 » jxl.write.biff » [javadoc | source]
jxl.write.biff
class: ExtendedSSTRecord [javadoc | source]
java.lang.Object
   jxl.biff.RecordData
      jxl.biff.WritableRecordData
         jxl.write.biff.ExtendedSSTRecord

All Implemented Interfaces:
    ByteData

Indicates an extension to the Shared String Table. Currently this contains blank records Thanks to Guenther for contributing a proper implementation of the EXTSST record, replacing my previous dummy version
Fields inherited from jxl.biff.WritableRecordData:
maxRecordLength
Constructor:
 public ExtendedSSTRecord(int newNumberOfStrings) 
Method from jxl.write.biff.ExtendedSSTRecord Summary:
addString,   getData,   getNumberOfBuckets,   getNumberOfStringsPerBucket
Methods from jxl.biff.WritableRecordData:
getBytes,   getData
Methods from jxl.biff.RecordData:
getCode,   getRecord
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.write.biff.ExtendedSSTRecord Detail:
 public  void addString(int absoluteStreamPosition,
    int relativeStreamPosition) 
 public byte[] getData() 
    Gets the binary data to be written out
 public int getNumberOfBuckets() 
 public int getNumberOfStringsPerBucket()