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 voidExtSSTRecord. serialize(ContinuableRecordOutput out)voidHeaderFooterRecord. serialize(ContinuableRecordOutput out)spit the record out AS IS. no interpretation or identificationvoidNameRecord. serialize(ContinuableRecordOutput out)NameRecord can span intoprotected voidSSTRecord. serialize(ContinuableRecordOutput out)protected voidStringRecord. serialize(ContinuableRecordOutput out)protected voidStyleExtRecord. serialize(ContinuableRecordOutput out)protected voidTextObjectRecord. serialize(ContinuableRecordOutput out)protected voidThemeRecord. 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 voidExtRst. serialize(ContinuableRecordOutput out)voidUnicodeString. 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 ContinuableRecordOutputContinuableRecordOutput. createForCountingOnly()Methods in org.apache.poi.hssf.record.cont with parameters of type ContinuableRecordOutput Modifier and Type Method Description protected abstract voidContinuableRecord. serialize(ContinuableRecordOutput out)Serializes this record's content to the supplied data output.
-