public class DummyOutputStream
extends OutputStream
| Constructor and Description |
|---|
DummyOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int offset,
int length) |
void |
write(int b) |
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreampublic void flush()
flush in interface Flushableflush in class OutputStreampublic void write(byte[] bytes)
write in class OutputStreampublic void write(byte[] bytes,
int offset,
int length)
write in class OutputStreampublic void write(int b)
write in class OutputStream