public class MaestroDeserializer extends Object
| Constructor and Description |
|---|
MaestroDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
static MaestroNote |
deserialize(byte[] bytes) |
static MaestroEvent |
deserializeEvent(byte[] bytes) |
public static MaestroEvent deserializeEvent(byte[] bytes) throws IOException, MalformedNoteException
IOExceptionMalformedNoteExceptionpublic static MaestroNote deserialize(byte[] bytes) throws IOException, MalformedNoteException
IOExceptionMalformedNoteExceptionThis documentation was released into the public domain.