Closeable, Flushable, AutoCloseablepublic class DummyOutputStream extends OutputStream
| Constructor | Description |
|---|---|
DummyOutputStream() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
flush() |
|
void |
write(byte[] src) |
|
void |
write(byte[] src,
int off,
int len) |
|
void |
write(int val) |
public void write(int val)
write in class OutputStreampublic void write(byte[] src)
write in class OutputStreampublic void write(byte[] src,
int off,
int len)
write in class OutputStreampublic void flush()
flush in interface Flushableflush in class OutputStreampublic void close()
close in interface AutoCloseableclose in interface Closeableclose in class OutputStream