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
IOException
MalformedNoteException
public static MaestroNote deserialize(byte[] bytes) throws IOException, MalformedNoteException
IOException
MalformedNoteException
This documentation was released into the public domain.