public final class NameCommentRecord extends StandardRecord
REFERENCE:
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
NameCommentRecord(RecordInputStream ris) |
NameCommentRecord(String name,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommentText() |
protected int |
getDataSize() |
String |
getNameText() |
short |
getRecordType() |
short |
getSid()
return the non static version of the id for this record.
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setCommentText(String comment) |
void |
setNameText(String newName)
Updates the name we're associated with, normally used
when renaming that Name
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializeclone, cloneViaReserialise, serializepublic static final short sid
public NameCommentRecord(RecordInputStream ris)
ris - the RecordInputstream to read the record frompublic 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 int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
public String toString()
Recordpublic String getNameText()
public void setNameText(String newName)
public String getCommentText()
public void setCommentText(String comment)
public short getRecordType()
Copyright © 2020. All rights reserved.