com.vwp.sound.mod.util
Class Util
java.lang.Object
com.vwp.sound.mod.util.Util
public abstract class Util
- extends java.lang.Object
Constructor Summary |
Util()
|
Method Summary |
static void |
exit(int code)
|
static java.lang.String |
nibbleToHex(int nibble)
|
static int |
readLEInt(java.io.DataInputStream dis)
|
static int |
readLEShort(java.io.DataInputStream dis)
|
static java.lang.String |
readZeroPaddedString(java.io.DataInputStream dis,
int length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
readZeroPaddedString
public static java.lang.String readZeroPaddedString(java.io.DataInputStream dis,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
nibbleToHex
public static java.lang.String nibbleToHex(int nibble)
readLEShort
public static int readLEShort(java.io.DataInputStream dis)
throws java.io.IOException
- Throws:
java.io.IOException
readLEInt
public static int readLEInt(java.io.DataInputStream dis)
throws java.io.IOException
- Throws:
java.io.IOException
exit
public static void exit(int code)