public final class NoteStructureSubRecord extends SubRecord
The docs say nothing about it. The length of this record is always 26 bytes.
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
NoteStructureSubRecord()
Construct a new
NoteStructureSubRecord and
fill its data with the default values |
NoteStructureSubRecord(LittleEndianInput in,
int size)
Read the record data from the supplied
RecordInputStream |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
protected int |
getDataSize() |
short |
getSid() |
void |
serialize(LittleEndianOutput out)
Serialize the record data into the supplied array of bytes
|
java.lang.String |
toString()
Convert this record to string.
|
createSubRecord, isTerminating, serialize
public static final short sid
public NoteStructureSubRecord()
NoteStructureSubRecord
and
fill its data with the default valuespublic NoteStructureSubRecord(LittleEndianInput in, int size)
RecordInputStream
public java.lang.String toString()
toString
in class java.lang.Object
public void serialize(LittleEndianOutput out)
protected int getDataSize()
getDataSize
in class SubRecord
public short getSid()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.