|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.illposed.osc.utility.OSCByteArrayToJavaConverter
Utility class to convert a byte array conforming to the OSC byte stream format into Java objects.
Copyright (C) 2004-2006, C. Ramakrishnan / Illposed Software. All rights reserved.
See license.txt (or license.rtf) for license information.
| Constructor Summary | |
OSCByteArrayToJavaConverter()
Create a helper object for converting from a byte array to an OSCPacket object. |
|
| Method Summary | |
OSCPacket |
convert(byte[] byteArray,
int bytesLength)
Convert a byte array into an OSCPacket (either an OSCMessage or OSCBundle). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OSCByteArrayToJavaConverter()
| Method Detail |
public OSCPacket convert(byte[] byteArray,
int bytesLength)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||