|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.ms3d.utils.BinaryUtils
public class BinaryUtils
| Constructor Summary | |
|---|---|
BinaryUtils()
|
|
| Method Summary | |
|---|---|
static org.openmali.vecmath2.Colorf |
readColorf(LittleEndianDataInputStream in)
|
static int[] |
readIntArray(LittleEndianDataInputStream in,
int length)
|
static org.openmali.vecmath2.Point3f |
readPoint3f(LittleEndianDataInputStream in)
|
static java.lang.String |
readString(LittleEndianDataInputStream in,
int length)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryUtils()
| Method Detail |
|---|
public static java.lang.String readString(LittleEndianDataInputStream in,
int length)
throws java.io.IOException
java.io.IOException
public static int[] readIntArray(LittleEndianDataInputStream in,
int length)
throws java.io.IOException
java.io.IOException
public static org.openmali.vecmath2.Point3f readPoint3f(LittleEndianDataInputStream in)
throws java.io.IOException
java.io.IOException
public static org.openmali.vecmath2.Colorf readColorf(LittleEndianDataInputStream in)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||