public abstract class HeaderFooterBase extends StandardRecord
| Modifier | Constructor and Description |
|---|---|
protected |
HeaderFooterBase(RecordInputStream in) |
protected |
HeaderFooterBase(String text) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDataSize() |
String |
getText() |
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setText(String text)
set the footer string
|
getRecordSize, serializeprotected HeaderFooterBase(String text)
protected HeaderFooterBase(RecordInputStream in)
public final void setText(String text)
text - string to displaypublic final String getText()
public final void serialize(LittleEndianOutput out)
StandardRecordRecordBase.getRecordSize()} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize in class StandardRecordprotected final int getDataSize()
getDataSize in class StandardRecordCopyright © 2020. All rights reserved.