FooterRecord
, HeaderRecord
public abstract class HeaderFooterBase extends StandardRecord
Modifier | Constructor | Description |
---|---|---|
protected |
HeaderFooterBase(java.lang.String text) |
|
protected |
HeaderFooterBase(RecordInputStream in) |
Modifier and Type | Method | Description |
---|---|---|
protected int |
getDataSize() |
|
java.lang.String |
getText() |
|
void |
serialize(LittleEndianOutput out) |
Write the data content of this BIFF record.
|
void |
setText(java.lang.String text) |
set the footer string
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, cloneViaReserialise, getSid, serialize, toString
getRecordSize, serialize
protected HeaderFooterBase(java.lang.String text)
protected HeaderFooterBase(RecordInputStream in)
public final void setText(java.lang.String text)
text
- string to displaypublic final java.lang.String getText()
public final void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize
in class StandardRecord
protected final int getDataSize()
getDataSize
in class StandardRecord
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.