|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.Writer
java.io.BufferedWriter
org.forester.util.EasyWriter
public final class EasyWriter
| Field Summary |
|---|
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
EasyWriter(java.io.BufferedWriter out)
|
|
| Method Summary | |
|---|---|
void |
print(java.lang.String s)
|
void |
println()
|
void |
println(java.lang.String s)
|
| Methods inherited from class java.io.BufferedWriter |
|---|
close, flush, newLine, write, write, write |
| Methods inherited from class java.io.Writer |
|---|
append, append, append, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EasyWriter(java.io.BufferedWriter out)
| Method Detail |
|---|
public void println(java.lang.String s)
throws java.io.IOException
java.io.IOException
public void println()
throws java.io.IOException
java.io.IOException
public void print(java.lang.String s)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||