|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.geeboss.model.midi.roland.RolandLongConverter
public class RolandLongConverter
Convert a java long to a Roland byte[] and vice versa.
Constructor Summary | |
---|---|
RolandLongConverter()
|
Method Summary | |
---|---|
static byte[] |
javaToRoland(long longValue)
Convert a java long to a roland byte array |
static long |
rolandToJava(byte[] data)
Convert a roland byte array corresponding to a long value to a java long |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RolandLongConverter()
Method Detail |
---|
public static byte[] javaToRoland(long longValue)
longValue
- the java long value
public static long rolandToJava(byte[] data)
data
- the rolan byte array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |