jasco.util.distribution
Class JascoOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
jasco.util.distribution.JascoOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class JascoOutputStream
- extends java.io.FilterOutputStream
Fields inherited from class java.io.FilterOutputStream |
out |
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 |
JascoOutputStream
public JascoOutputStream(java.io.OutputStream o)
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.