com.frinika.synth.importers.soundfont
Class PHDRChunk

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

public class PHDRChunk
extends java.lang.Object

Author:
Peter Johan Salomonsen

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

PHDRChunk

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