|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.geeboss.model.midi.sysex.SysexMemoryMessage
public class SysexMemoryMessage
A memeory mapped sysex message. Contains a 4 byte adress and a variable lengh byte data buffer
| Constructor Summary | |
|---|---|
SysexMemoryMessage(long address)
Construct a new MemoryMessage given an address |
|
SysexMemoryMessage(long address,
int defaultSize)
Construct a new MemoryMessage given an address and a default data buffer size |
|
SysexMemoryMessage(long address,
java.util.List<java.lang.Byte> data)
Construct a new MemoryMessage given an address and a default data buffer size |
|
| Method Summary | |
|---|---|
void |
append(byte byteValue)
Append the provided byte to this message's buffer |
void |
append(java.util.List<java.lang.Byte> data)
Append the provided data to this message's buffer |
long |
getAddress()
Getter for address |
java.util.List<java.lang.Byte> |
getData()
Get this message's data buffer. |
int |
getSize()
Getter for size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SysexMemoryMessage(long address)
address - the memory address for the message
public SysexMemoryMessage(long address,
int defaultSize)
address - the memory address for the messagedefaultSize - the default data buffer size
public SysexMemoryMessage(long address,
java.util.List<java.lang.Byte> data)
address - the memory address for the messagedata - the content list| Method Detail |
|---|
public long getAddress()
public int getSize()
public java.util.List<java.lang.Byte> getData()
public void append(java.util.List<java.lang.Byte> data)
data - the data to appendpublic void append(byte byteValue)
byteValue - the byte to append
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||