public final class NoteStructureSubRecord extends SubRecord
Represents a NoteStructure sub record.
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 |
NoteStructureSubRecord(NoteStructureSubRecord other) |
| Modifier and Type | Method and Description |
|---|---|
NoteStructureSubRecord |
clone()
Deprecated.
|
NoteStructureSubRecord |
copy() |
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, serializepublic static final short sid
public NoteStructureSubRecord()
NoteStructureSubRecord and
fill its data with the default valuespublic NoteStructureSubRecord(NoteStructureSubRecord other)
public NoteStructureSubRecord(LittleEndianInput in, int size)
RecordInputStreamin - the input to read fromsize - the provided size - must be 22public java.lang.String toString()
toString in class java.lang.Objectpublic void serialize(LittleEndianOutput out)
protected int getDataSize()
getDataSize in class SubRecordpublic short getSid()
@Deprecated @Removal(version="5.0.0") public NoteStructureSubRecord clone()
public NoteStructureSubRecord copy()
copy in interface Duplicatablecopy in class SubRecordCopyright 2020 The Apache Software Foundation or its licensors, as applicable.