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.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writerpublic void flush()
flush in interface java.io.Flushableflush in class java.io.Writerpublic void write(char[] b)
write in class java.io.Writerpublic void write(char[] b,
int o,
int l)
write in class java.io.Writerpublic void write(int b)
write in class java.io.Writerpublic void write(java.lang.String s)
write in class java.io.Writerpublic void write(java.lang.String s,
int o,
int l)
write in class java.io.Writer