Java javax.sound.midi SysexMessage fields, constructors, methods, implement or subclass

Example usage for Java javax.sound.midi SysexMessage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sound.midi SysexMessage.

The text is from its open source code.

Constructor

SysexMessage()
Constructs a new SysexMessage .

Method

byte[]getData()
Obtains a copy of the data for the system exclusive message.
intgetLength()
Obtains the total length of the MIDI message in bytes.
byte[]getMessage()
Obtains the MIDI message data.
voidsetMessage(byte[] data, int length)
Sets the data for the system exclusive message.