CTL.Comm
Class BuffyOut

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

public class BuffyOut
extends java.lang.Object

Simple output buffer


Field Summary
private  java.io.ByteArrayOutputStream bout
           
 OOStream o
           
 
Constructor Summary
BuffyOut()
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bout

private java.io.ByteArrayOutputStream bout

o

public OOStream o
Constructor Detail

BuffyOut

public BuffyOut()
         throws java.io.IOException,
                CTLException
Throws:
java.io.IOException
CTLException
Method Detail

getBytes

public byte[] getBytes()