java.io.Closeable
, java.io.Flushable
, java.lang.AutoCloseable
public 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.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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.