public final class NameCommentRecord extends StandardRecord
REFERENCE:
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
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 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)
public java.lang.String getCommentText()
public void setCommentText(java.lang.String comment)
public short getRecordType()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.