CTL.Comm
Class BuffyIn

java.lang.Object
  extended by CTL.Comm.BuffyIn

public class BuffyIn
extends java.lang.Object

Simple input buffer


Field Summary
private  java.io.ByteArrayInputStream bin
           
 OIStream i
           
 
Constructor Summary
BuffyIn(byte[] data)
           
 
Method Summary
 void changeEndianess(java.nio.ByteOrder order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bin

private java.io.ByteArrayInputStream bin

i

public OIStream i
Constructor Detail

BuffyIn

public BuffyIn(byte[] data)
        throws java.io.IOException,
               CTLException
Throws:
java.io.IOException
CTLException
Method Detail

changeEndianess

public void changeEndianess(java.nio.ByteOrder order)