com.vwp.sound.mod.util
Class Util

java.lang.Object
  extended by com.vwp.sound.mod.util.Util

public abstract class Util
extends Object


Constructor Summary
Util()
           
 
Method Summary
static void exit(int code)
           
static String nibbleToHex(int nibble)
           
static int readLEInt(DataInputStream dis)
           
static int readLEShort(DataInputStream dis)
           
static String readZeroPaddedString(DataInputStream dis, int length)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

readZeroPaddedString

public static String readZeroPaddedString(DataInputStream dis,
                                          int length)
                                   throws IOException
Throws:
IOException

nibbleToHex

public static String nibbleToHex(int nibble)

readLEShort

public static int readLEShort(DataInputStream dis)
                       throws IOException
Throws:
IOException

readLEInt

public static int readLEInt(DataInputStream dis)
                     throws IOException
Throws:
IOException

exit

public static void exit(int code)