Uses of Class
org.apache.poi.hssf.record.cont.ContinuableRecordOutput

Packages that use ContinuableRecordOutput
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.hssf.record.common   
org.apache.poi.hssf.record.cont   
 

Uses of ContinuableRecordOutput in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record with parameters of type ContinuableRecordOutput
 void NameRecord.serialize(ContinuableRecordOutput out)
          NameRecord can span into
 void ExtSSTRecord.serialize(ContinuableRecordOutput out)
           
 

Uses of ContinuableRecordOutput in org.apache.poi.hssf.record.common
 

Methods in org.apache.poi.hssf.record.common with parameters of type ContinuableRecordOutput
 void UnicodeString.serialize(ContinuableRecordOutput out)
          Serialises out the String.
 

Uses of ContinuableRecordOutput in org.apache.poi.hssf.record.cont
 

Methods in org.apache.poi.hssf.record.cont that return ContinuableRecordOutput
static ContinuableRecordOutput ContinuableRecordOutput.createForCountingOnly()