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

Packages that use ContinuableRecordOutput
org.apache.poi.hssf.record.common   
org.apache.poi.hssf.record.cont   
 

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()