com.vwp.sound.mod.util
Class Util

java.lang.Object
  extended by 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
 

Constructor Detail

Util

public Util()
Method Detail

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)