Searched refs:FastSysexMessage (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DFastSysexMessage.java31 * optimized FastSysexMessage that doesn't copy the array upon instantiation
35 final class FastSysexMessage extends SysexMessage { class in inherits:SysexMessage
37 FastSysexMessage(byte[] data) throws InvalidMidiDataException { method in class:FastSysexMessage
63 } // class FastSysexMessage
H A DMidiOutDevice.java144 if (message instanceof FastSysexMessage) {
145 data = ((FastSysexMessage) message).getReadOnlyMessage();
H A DAbstractMidiDevice.java701 // But the array need not be unique for each FastSysexMessage object,
703 receiver.send(new FastSysexMessage(data), timeStamp);

Completed in 37 milliseconds