com.frinika.synth.importers.soundfont
Class IMODChunk

java.lang.Object
  extended by com.frinika.synth.importers.soundfont.IMODChunk

public class IMODChunk
extends java.lang.Object

Author:
Peter Johan Salomonsen

Constructor Summary
IMODChunk(java.io.FileInputStream fis)
           
 
Method Summary
 byte readByte()
           
 char readChar()
           
 int readInt16()
           
 int readInt32()
           
 java.lang.String readString(int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMODChunk

public IMODChunk(java.io.FileInputStream fis)
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

readString

public java.lang.String readString(int length)
                            throws java.lang.Exception
Throws:
java.lang.Exception

readInt16

public int readInt16()
              throws java.lang.Exception
Throws:
java.lang.Exception

readInt32

public int readInt32()
              throws java.lang.Exception
Throws:
java.lang.Exception

readChar

public char readChar()
              throws java.lang.Exception
Throws:
java.lang.Exception

readByte

public byte readByte()
              throws java.lang.Exception
Throws:
java.lang.Exception