| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectReaderX
public final class ReaderX
Reader utilities.
| Method Summary | |
|---|---|
static void | 
runClose(Reader in)
Same as in.close(), but throws only runtime exceptions.  | 
static IOException | 
tryClose(Reader in)
Same as in.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(Reader in)
RuntimeException - if IOException occurspublic static IOException tryClose(Reader in)
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||