public final class EasyWriter
extends java.io.BufferedWriter
| Constructor and Description |
|---|
EasyWriter(java.io.BufferedWriter out) |
| Modifier and Type | Method and Description |
|---|---|
void |
print(java.lang.String s) |
void |
println() |
void |
println(java.lang.String s) |
public void println(java.lang.String s)
throws java.io.IOException
java.io.IOExceptionpublic void println()
throws java.io.IOException
java.io.IOExceptionpublic void print(java.lang.String s)
throws java.io.IOException
java.io.IOException