public class EarthwormEscapeOutputStream
extends java.io.FilterOutputStream
| Constructor and Description |
|---|
EarthwormEscapeOutputStream(java.io.OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeIfNotNull(java.io.Closeable out) |
void |
endTransmit() |
void |
startTransmit() |
void |
write(byte[] b)
not efficient, but...
|
void |
write(byte[] b,
int offset,
int len)
not efficient, but...
|
void |
write(int b) |
void |
writeThreeChars(int val) |
public EarthwormEscapeOutputStream(java.io.OutputStream out)
public void write(int b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int offset,
int len)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void startTransmit()
throws java.io.IOException
java.io.IOExceptionpublic void endTransmit()
throws java.io.IOException
java.io.IOExceptionpublic void writeThreeChars(int val)
throws java.io.IOException
java.io.IOExceptionpublic static void closeIfNotNull(java.io.Closeable out)