|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgcspy.comm.ArrayInput
public class ArrayInput
Low-level input for ints and shorts from a byte array
Constructor Summary | |
---|---|
ArrayInput()
|
Method Summary | |
---|---|
static int |
readInt(byte[] buffer,
int i)
Read an int from a byte array |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayInput()
Method Detail |
---|
public static int readInt(byte[] buffer, int i)
buffer
- the byte arrayi
- the starting index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |