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 OutputStream
IOException
public final void write(byte[] b) throws IOException
write
in class OutputStream
IOException
public final void write(byte[] b, int len, int off) throws IOException
write
in class OutputStream
IOException
public final void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.