|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vwp.sound.mod.util.Util
public abstract class Util
| 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 |
|---|
public Util()
| Method Detail |
|---|
public static String readZeroPaddedString(DataInputStream dis,
int length)
throws IOException
IOExceptionpublic static String nibbleToHex(int nibble)
public static int readLEShort(DataInputStream dis)
throws IOException
IOException
public static int readLEInt(DataInputStream dis)
throws IOException
IOExceptionpublic static void exit(int code)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||