/[classpath]/classpath/javax/sound/midi/MidiMessage.java
ViewVC logotype

Diff of /classpath/javax/sound/midi/MidiMessage.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by green, Mon Sep 26 16:35:00 2005 UTC revision 1.2 by green, Mon Sep 26 17:24:00 2005 UTC
# Line 75  public abstract class MidiMessage implem Line 75  public abstract class MidiMessage implem
75     * @param length The length of the MIDI message.     * @param length The length of the MIDI message.
76     * @throws InvalidMidiDataException Thrown when the MIDI message is invalid.     * @throws InvalidMidiDataException Thrown when the MIDI message is invalid.
77     */     */
78    protected void setMessage(byte[] data, int length) throws InvalidMidiDataException    protected void setMessage(byte[] data, int length)
79        throws InvalidMidiDataException
80    {    {
81      this.data = new byte[length];      this.data = new byte[length];
82      System.arraycopy(data, 0, this.data, 0, length);      System.arraycopy(data, 0, this.data, 0, length);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26