|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.EOFException
com.imagero.uio.io.UnexpectedEOFException
If EOFException is thrown during readFully() it is still useful to know how much bytes were read. Date: 22.12.2007
| Constructor Summary | |
UnexpectedEOFException(int count)
|
|
UnexpectedEOFException(java.lang.String s,
int count)
|
|
| Method Summary | |
int |
getCount()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UnexpectedEOFException(int count)
public UnexpectedEOFException(java.lang.String s,
int count)
| Method Detail |
public int getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||