com.rapplogic.xbee.util
Class IntArrayOutputStream

java.lang.Object
  extended by com.rapplogic.xbee.util.IntArrayOutputStream
All Implemented Interfaces:
IIntArray

public class IntArrayOutputStream
extends java.lang.Object
implements IIntArray

TODO replace with nio.IntBuffer


Constructor Summary
IntArrayOutputStream()
           
 
Method Summary
 int[] getIntArray()
           
 java.util.List<java.lang.Integer> getInternalList()
           
 void write(int val)
           
 void write(int[] val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntArrayOutputStream

public IntArrayOutputStream()
Method Detail

write

public void write(int val)

write

public void write(int[] val)

getIntArray

public int[] getIntArray()
Specified by:
getIntArray in interface IIntArray

getInternalList

public java.util.List<java.lang.Integer> getInternalList()