public class NullOutputStream extends OutputStream
OutputStream which discards anything written on it.| Constructor and Description |
|---|
NullOutputStream() |
public final void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic final void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic final void write(byte[] b,
int len,
int off)
throws IOException
write in class OutputStreamIOExceptionpublic final void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.