com.frinika.synth.importers.soundfont
Class PHDRChunk
java.lang.Object
com.frinika.synth.importers.soundfont.PHDRChunk
public class PHDRChunk
- extends java.lang.Object
- Author:
- Peter Johan Salomonsen
Constructor Summary |
PHDRChunk(java.io.FileInputStream fis)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PHDRChunk
public PHDRChunk(java.io.FileInputStream fis)
throws java.lang.Exception
- Throws:
java.lang.Exception
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