rasmus.util.riff.sf2
Class PresetIndex

java.lang.Object
  extended by rasmus.util.riff.sf2.SoundFontChunk
      extended by rasmus.util.riff.sf2.PresetIndex
Direct Known Subclasses:
InstrumentIndex

public class PresetIndex
extends SoundFontChunk


Field Summary
 int wGenNdx
           
 int wModNdx
           
 
Constructor Summary
PresetIndex()
           
 
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

wGenNdx

public int wGenNdx

wModNdx

public int wModNdx
Constructor Detail

PresetIndex

public PresetIndex()
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