Closeable
, Flushable
, AutoCloseable
public 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 OutputStream
public void write(byte[] src)
write
in class OutputStream
public void write(byte[] src, int off, int len)
write
in class OutputStream
public void flush()
flush
in interface Flushable
flush
in class OutputStream
public void close()
close
in interface AutoCloseable
close
in interface Closeable
close
in class OutputStream