gcspy.comm
Class ArrayOutput

java.lang.Object
  extended by gcspy.comm.ArrayOutput

public class ArrayOutput
extends java.lang.Object

Output to a byte array

Author:
Tony Printezis

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

ArrayOutput

public ArrayOutput()
Method Detail

writeInt

public static void writeInt(byte[] buffer,
                            int i,
                            int v)
Write an int into a byte array

Parameters:
buffer - The byte array
i - The position in the array
v - The value to be written