Uses of Class
org.apache.poi.hssf.record.cont.ContinuableRecordOutput
Packages that use ContinuableRecordOutput
Package
Description
Record package contains class representations for XLS binary strutures.
-
Uses of ContinuableRecordOutput in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record with parameters of type ContinuableRecordOutputModifier and TypeMethodDescriptionvoidExtSSTRecord.serialize(ContinuableRecordOutput out) voidNameRecord.serialize(ContinuableRecordOutput out) NameRecord can span intoprotected voidSSTRecord.serialize(ContinuableRecordOutput out) protected voidStringRecord.serialize(ContinuableRecordOutput out) protected voidTextObjectRecord.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 ContinuableRecordOutputModifier and TypeMethodDescriptionprotected voidUnicodeString.ExtRst.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 ContinuableRecordOutputModifier and TypeMethodDescriptionstatic ContinuableRecordOutputContinuableRecordOutput.createForCountingOnly()Methods in org.apache.poi.hssf.record.cont with parameters of type ContinuableRecordOutputModifier and TypeMethodDescriptionprotected abstract voidContinuableRecord.serialize(ContinuableRecordOutput out) Serializes this record's content to the supplied data output.