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