private static class IO.NullWrite
extends java.io.Writer
Modifier | Constructor and Description |
---|---|
private |
NullWrite() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] b) |
void |
write(char[] b,
int o,
int l) |
void |
write(int b) |
void |
write(java.lang.String s) |
void |
write(java.lang.String s,
int o,
int l) |
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Writer
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.Writer
public void write(char[] b)
write
in class java.io.Writer
public void write(char[] b, int o, int l)
write
in class java.io.Writer
public void write(int b)
write
in class java.io.Writer
public void write(java.lang.String s)
write
in class java.io.Writer
public void write(java.lang.String s, int o, int l)
write
in class java.io.Writer