edu.sc.seis.seisFile.earthworm
Class EarthwormEscapeOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
edu.sc.seis.seisFile.earthworm.EarthwormEscapeOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class EarthwormEscapeOutputStream
- extends java.io.FilterOutputStream
Fields inherited from class java.io.FilterOutputStream |
out |
Methods inherited from class java.io.FilterOutputStream |
close, flush |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EarthwormEscapeOutputStream
public EarthwormEscapeOutputStream(java.io.OutputStream out)
write
public void write(int b)
throws java.io.IOException
- Overrides:
write
in class java.io.FilterOutputStream
- Throws:
java.io.IOException
write
public void write(byte[] b)
throws java.io.IOException
- not efficient, but...
- Overrides:
write
in class java.io.FilterOutputStream
- Throws:
java.io.IOException
write
public void write(byte[] b,
int offset,
int len)
throws java.io.IOException
- not efficient, but...
- Overrides:
write
in class java.io.FilterOutputStream
- Throws:
java.io.IOException
startTransmit
public void startTransmit()
throws java.io.IOException
- Throws:
java.io.IOException
endTransmit
public void endTransmit()
throws java.io.IOException
- Throws:
java.io.IOException
writeThreeChars
public void writeThreeChars(int val)
throws java.io.IOException
- Throws:
java.io.IOException