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