java.io.OptionalDataException
When readObject() encounters primitive types (int, char, etc) instead of an
object instance in the input stream, this type of exception will be thrown.
Summary
Fields
public |
|
|
boolean |
eof |
If true it means there is no more primitive data available. |
public |
|
|
int |
length |
Number of bytes of primitive data (int, char, long, etc). |
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Fields
public
boolean
eof
If true it means there is no more primitive data available.
public
int
length
Number of bytes of primitive data (int, char, long, etc).