public final class EasyWriter extends BufferedWriter
| Constructor and Description |
|---|
EasyWriter(BufferedWriter out) |
| Modifier and Type | Method and Description |
|---|---|
void |
print(String s) |
void |
println() |
void |
println(String s) |
public EasyWriter(BufferedWriter out)
public void println(String s) throws IOException
IOExceptionpublic void println()
throws IOException
IOExceptionpublic void print(String s) throws IOException
IOExceptionCopyright © 2016. All rights reserved.