com.frinika.synth.importers.soundfont
Class IGENChunk

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

public class IGENChunk
extends java.lang.Object

Author:
Peter Johan Salomonsen

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

IGENChunk

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