public class TestNullOutputStream
extends java.io.OutputStream
Constructor and Description |
---|
TestNullOutputStream() |
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.OutputStream
OutputStream.write(int)
public void write(byte[] b)
write
in class java.io.OutputStream
OutputStream.write(int)
public void write(byte[] b, int off, int len)
write
in class java.io.OutputStream
OutputStream.write(int)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.