public class NullOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
static OutputStream |
NULL_OUTPUT_STREAM |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flushpublic static final OutputStream NULL_OUTPUT_STREAM
public void write(int b)
write in class OutputStreampublic void write(byte[] b)
write in class OutputStreampublic void write(byte[] b,
int off,
int len)
write in class OutputStreamCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.