|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgcspy.comm.ArrayOutput
public class ArrayOutput
Output to a byte array
Constructor Summary | |
---|---|
ArrayOutput()
|
Method Summary | |
---|---|
static void |
writeInt(byte[] buffer,
int i,
int v)
Write an int into a byte array |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayOutput()
Method Detail |
---|
public static void writeInt(byte[] buffer, int i, int v)
buffer
- The byte arrayi
- The position in the arrayv
- The value to be written
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |