Package de.unirostock.sems.cbarchive
Class Utils.SimpleOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- de.unirostock.sems.cbarchive.Utils.SimpleOutputStream
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
- Utils
public static class Utils.SimpleOutputStream extends OutputStream
The Class SimpleOutputStream.
-
-
Constructor Summary
Constructors Constructor Description SimpleOutputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reset()
Reset.String
toString()
void
write(int b)
-
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write, write
-
-
-
-
Method Detail
-
write
public void write(int b) throws IOException
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
reset
public void reset()
Reset.
-
-