java.io.Closeable, java.io.Flushable, java.lang.AutoCloseablepublic abstract class SimpleOutputStream
extends java.io.OutputStream
| Constructor | Description |
|---|---|
SimpleOutputStream() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
flush() |
|
void |
write(int b) |
public void close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in class java.io.OutputStreampublic void flush()
flush in interface java.io.Flushableflush in class java.io.OutputStreampublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException