public final class NameCommentRecord extends StandardRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
NameCommentRecord(NameCommentRecord other) |
NameCommentRecord(RecordInputStream ris) |
NameCommentRecord(java.lang.String name,
java.lang.String comment) |
| Modifier and Type | Method and Description |
|---|---|
NameCommentRecord |
copy() |
java.lang.String |
getCommentText() |
protected int |
getDataSize() |
java.lang.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(java.lang.String comment) |
void |
setNameText(java.lang.String newName)
Updates the name we're associated with, normally used
when renaming that Name
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public NameCommentRecord(NameCommentRecord other)
public NameCommentRecord(java.lang.String name,
java.lang.String comment)
public NameCommentRecord(RecordInputStream ris)
ris - the RecordInputstream to read the record frompublic void serialize(LittleEndianOutput out)
StandardRecord
The number of bytes written must equal the record size reported by
RecordBase.getRecordSize()} minus four (
record header consisting of a 'ushort sid' and 'ushort reclength' has
already been written by their superclass).
serialize in class StandardRecordout - the output objectprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
public java.lang.String toString()
Recordpublic java.lang.String getNameText()
public void setNameText(java.lang.String newName)
newName - the new namepublic java.lang.String getCommentText()
public void setCommentText(java.lang.String comment)
public short getRecordType()
public NameCommentRecord copy()
copy in interface Duplicatablecopy in class StandardRecordCopyright 2020 The Apache Software Foundation or its licensors, as applicable.