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.cont   
 

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

Methods in org.apache.poi.hssf.record with parameters of type ContinuableRecordOutput
 void UnicodeString.serialize(ContinuableRecordOutput out)
           
protected  void TextObjectRecord.serialize(ContinuableRecordOutput out)
           
protected  void StringRecord.serialize(ContinuableRecordOutput out)
           
protected  void SSTRecord.serialize(ContinuableRecordOutput out)
           
 

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

Methods in org.apache.poi.hssf.record.cont with parameters of type ContinuableRecordOutput
protected abstract  void ContinuableRecord.serialize(ContinuableRecordOutput out)
          Serializes this record's content to the supplied data output.
The standard BIFF header (ushort sid, ushort size) has been handled by the superclass, so only BIFF data should be written by this method.
 



Copyright 2009 The Apache Software Foundation or its licensors, as applicable.