public class IgnoreOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
static IgnoreOutputStream |
OUT |
| Constructor and Description |
|---|
IgnoreOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] bs)
write to /dev/null
|
void |
write(byte[] bs,
int off,
int len)
write to /dev/null
|
void |
write(int b)
write to /dev/null
|
close, flushpublic static final IgnoreOutputStream OUT
public void write(byte[] bs,
int off,
int len)
write in class OutputStreambs - bsoff - offsetlen - lengthpublic void write(int b)
write in class OutputStreamb - bpublic void write(byte[] bs)
write in class OutputStreambs - bsCopyright © 2025. All rights reserved.