public final class NameCommentRecord extends StandardRecord
Description: Defines a comment associated with a specified name.
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
NameCommentRecord(RecordInputStream ris) |
NameCommentRecord(java.lang.String name,
java.lang.String comment) |
Modifier and Type | Method and Description |
---|---|
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, serialize
clone, cloneViaReserialise, serialize
public static final short sid
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 StandardRecord
out
- the output objectprotected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
public java.lang.String toString()
Record
public 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()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.