|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.pilotlink.Record
org.gnu.pilotlink.MidiRecord
public class MidiRecord
Field Summary |
---|
Fields inherited from class org.gnu.pilotlink.Record |
---|
ARCHIVED, attribs, BUSY, category, DELETED, DIRTY, size, SECRET |
Constructor Summary | |
---|---|
MidiRecord(Record r)
|
|
MidiRecord()
|
Method Summary | |
---|---|
byte[] |
getBuffer()
Gets the buffer attribute of the Record object |
byte[] |
getMidi()
|
java.lang.String |
getName()
|
void |
setBuffer(byte[] buf)
Sets the buffer attribute of the Record object |
void |
setMidi(byte[] b)
|
void |
setName(java.lang.String n)
|
Methods inherited from class org.gnu.pilotlink.Record |
---|
getAttribs, getCategory, getDateAt, getDateAt, getDateTimeAt, getDateTimeAt, getDoubleAt, getDoubleLongAt, getId, getIntAt, getIntAt, getLongAt, getSize, getStringAt, getStringAt, isArchived, isBusy, isDeleted, isDirty, isSecret, setArchived, setAttribs, setCategory, setDateAt, setDateTimeAt, setDirty, setDoubleAt, setDoubleLongAt, setId, setIntAt, setLongAt, setSecret, setSize, setStringAt |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
---|
public MidiRecord()
public MidiRecord(Record r)
r
- Method Detail |
---|
public byte[] getBuffer()
Record
getBuffer
in class Record
public void setName(java.lang.String n)
public java.lang.String getName()
public void setMidi(byte[] b)
public byte[] getMidi()
public void setBuffer(byte[] buf)
Record
setBuffer
in class Record
buf
- The new buffer value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |