java.io.Closeable, java.io.Flushable, java.lang.AutoCloseablepublic static class IOUtils.NullOutputStream
extends java.io.OutputStream
| Constructor | Description |
|---|---|
NullOutputStream() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(byte[] b,
int off,
int len) |
|
void |
write(int b) |
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.