Uses of Class
org.apache.poi.hssf.record.cont.ContinuableRecordOutput
-
Packages that use ContinuableRecordOutput Package Description 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 Modifier and Type Method Description void
ExtSSTRecord. serialize(ContinuableRecordOutput out)
void
HeaderFooterRecord. serialize(ContinuableRecordOutput out)
spit the record out AS IS.void
NameRecord. serialize(ContinuableRecordOutput out)
NameRecord can span intoprotected void
SSTRecord. serialize(ContinuableRecordOutput out)
protected void
StringRecord. serialize(ContinuableRecordOutput out)
protected void
StyleExtRecord. serialize(ContinuableRecordOutput out)
protected void
TextObjectRecord. serialize(ContinuableRecordOutput out)
protected void
ThemeRecord. 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 Modifier and Type Method Description protected void
ExtRst. serialize(ContinuableRecordOutput out)
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 Modifier and Type Method Description static ContinuableRecordOutput
ContinuableRecordOutput. createForCountingOnly()
Methods in org.apache.poi.hssf.record.cont with parameters of type ContinuableRecordOutput Modifier and Type Method Description protected abstract void
ContinuableRecord. serialize(ContinuableRecordOutput out)
Serializes this record's content to the supplied data output.
-