rasmus.util.riff.sf2
Class InstrumentNamesAndIndices

java.lang.Object
  extended by rasmus.util.riff.sf2.SoundFontChunk
      extended by rasmus.util.riff.sf2.InstrumentNamesAndIndices

public class InstrumentNamesAndIndices
extends SoundFontChunk


Field Summary
 java.lang.String achInstName
           
 int wInstBagNdx
           
 
Constructor Summary
InstrumentNamesAndIndices()
           
 
Method Summary
 byte[] getBytes()
           
 void read(java.io.InputStream stream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

achInstName

public java.lang.String achInstName

wInstBagNdx

public int wInstBagNdx
Constructor Detail

InstrumentNamesAndIndices

public InstrumentNamesAndIndices()
Method Detail

read

public void read(java.io.InputStream stream)
          throws java.io.IOException
Throws:
java.io.IOException

getBytes

public byte[] getBytes()
                throws java.io.IOException
Specified by:
getBytes in class SoundFontChunk
Throws:
java.io.IOException