| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectWriterX
public final class WriterX
Writer utilities.
| Method Summary | |
|---|---|
static void | 
runClose(Writer out)
Same as out.close(), but throws only runtime exceptions.  | 
static IOException | 
tryClose(Writer out)
Same as out.close(), but throws no exceptions.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static void runClose(Writer out)
RuntimeException - if IOException occurspublic static IOException tryClose(Writer out)
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||