|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContinuableRecordOutput | |
---|---|
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 | |
---|---|
protected void |
TextObjectRecord.serialize(ContinuableRecordOutput out)
|
protected void |
StringRecord.serialize(ContinuableRecordOutput out)
|
protected void |
SSTRecord.serialize(ContinuableRecordOutput out)
|
void |
NameRecord.serialize(ContinuableRecordOutput out)
NameRecord can span into |
void |
ExtSSTRecord.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 | |
---|---|
void |
UnicodeString.serialize(ContinuableRecordOutput out)
Serialises out the String. |
protected void |
UnicodeString.ExtRst.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |