|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tomgibara.pronto.util.CharStreams
public final class CharStreams
A collection of static methods for handling readers and writers.
| Method Summary | |
|---|---|
static void |
safeClose(java.io.Reader reader)
Attempts to close the supplied reader. |
static void |
safeClose(java.io.Writer writer)
Attempts to close the supplied writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void safeClose(java.io.Reader reader)
reader - a Reader instance or nullpublic static void safeClose(java.io.Writer writer)
writer - a Writer instance or null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||