public final class NullOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
NullOutputStream() |
| Modifier and Type | Method and 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.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.