Closeable
, Flushable
, AutoCloseable
public final class NullOutputStream extends OutputStream
Constructor | Description |
---|---|
NullOutputStream() |
Modifier and Type | Method | Description |
---|---|---|
void |
write(byte[] b) |
|
void |
write(byte[] b,
int off,
int len) |
|
void |
write(int b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, flush
public void write(int b)
write
in class OutputStream
public void write(byte[] b)
write
in class OutputStream
public void write(byte[] b, int off, int len)
write
in class OutputStream
Copyright © 2018. All rights reserved.