Package 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:
Closeable
,Flushable
,AutoCloseable
-
Field Summary
Fields inherited from class java.io.FilterOutputStream
out
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
closeIfNotNull
(Closeable out) void
void
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) Methods inherited from class java.io.FilterOutputStream
close, flush
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
EarthwormEscapeOutputStream
-
-
Method Details
-
write
- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
write
not efficient, but...- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
write
not efficient, but...- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
startTransmit
- Throws:
IOException
-
endTransmit
- Throws:
IOException
-
writeThreeChars
- Throws:
IOException
-
closeIfNotNull
-