jasco.util.distribution
Class JascoOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by jasco.util.distribution.JascoOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class JascoOutputStream
extends java.io.FilterOutputStream


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
JascoOutputStream(java.io.OutputStream o)
           
 
Method Summary
static byte[] getCflowByteArray(java.lang.String[] cflow)
          Get the cflow list in to a byte array
static java.lang.String[] getCflowStringArray()
          Get the cflow string array
 void write(byte[] b, int off, int len)
           
static byte[] write32bit(int value)
          Return the byte representation of a 32bit integer.
 
Methods inherited from class java.io.FilterOutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JascoOutputStream

public JascoOutputStream(java.io.OutputStream o)
Method Detail

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Overrides:
write in class java.io.FilterOutputStream
Throws:
java.io.IOException

getCflowStringArray

public static java.lang.String[] getCflowStringArray()
Get the cflow string array


getCflowByteArray

public static byte[] getCflowByteArray(java.lang.String[] cflow)
Get the cflow list in to a byte array


write32bit

public static byte[] write32bit(int value)
Return the byte representation of a 32bit integer.