com.frinika.synth.importers.soundfont
Class INSTChunk

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

public class INSTChunk
extends java.lang.Object

Author:
Peter Johan Salomonsen

Constructor Summary
INSTChunk(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

INSTChunk

public INSTChunk(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