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 |
Modifier and Type | Method and Description |
---|---|
protected void |
TextObjectRecord.serialize(ContinuableRecordOutput out) |
void |
ExtSSTRecord.serialize(ContinuableRecordOutput out) |
void |
NameRecord.serialize(ContinuableRecordOutput out)
NameRecord can span into
|
protected void |
StringRecord.serialize(ContinuableRecordOutput out) |
protected void |
SSTRecord.serialize(ContinuableRecordOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
UnicodeString.serialize(ContinuableRecordOutput out)
Serialises out the String.
|
protected void |
UnicodeString.ExtRst.serialize(ContinuableRecordOutput out) |
Modifier and Type | Method and Description |
---|---|
static ContinuableRecordOutput |
ContinuableRecordOutput.createForCountingOnly() |
Modifier and Type | Method and Description |
---|---|
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 2014 The Apache Software Foundation or its licensors, as applicable.