public final class ContinueFrt12Record extends StandardRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
sid
Deprecated.
|
| Constructor and Description |
|---|
ContinueFrt12Record(RecordInputStream in)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deprecated.
|
protected int |
getDataSize()
Deprecated.
|
short |
getSid()
Deprecated.
return the non static version of the id for this record.
|
String |
getStr()
Deprecated.
|
void |
serialize(LittleEndianOutput out)
Deprecated.
Write the data content of this BIFF record.
|
String |
toString()
Deprecated.
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public ContinueFrt12Record(RecordInputStream in)
public 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 StandardRecordpublic String toString()
Recordpublic short getSid()
Recordprotected int getDataSize()
getDataSize in class StandardRecordpublic String getStr()
Copyright © 2020. All rights reserved.