java.io.Closeable, java.io.Flushable, java.lang.AutoCloseablepublic final class NullOutputStream
extends java.io.OutputStream
| Constructor | Description |
|---|---|
NullOutputStream() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(byte[] b) |
Discard the data.
|
void |
write(byte[] b,
int off,
int len) |
Discard the data.
|
void |
write(int b) |
Discard the data.
|
public void write(int b)
write in class java.io.OutputStreamOutputStream.write(int)public void write(byte[] b)
write in class java.io.OutputStreamOutputStream.write(int)public void write(byte[] b,
int off,
int len)
write in class java.io.OutputStreamOutputStream.write(int)Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.