public class NullWriter extends Writer
| Constructor and Description |
|---|
NullWriter() |
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOException - DOCUMENT ME!public void flush()
throws IOException
flush in interface Flushableflush in class WriterIOException - DOCUMENT ME!public void write(char[] cbuf,
int off,
int len)
throws IOException
write in class Writercbuf - DOCUMENT ME!off - DOCUMENT ME!len - DOCUMENT ME!IOException - DOCUMENT ME!Copyright © 2006–2016 Wilfred Springer, Cedric Pronzato. All rights reserved.