No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.io.IOException | ||||
| ↳ | java.io.ObjectStreamException | ||||
| ↳ | java.io.OptionalDataException | ||||
Signals that the ObjectInputStream class encountered a primitive type (int, char etc.) instead of an object instance in the input stream.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
eof | true indicates that there is no more primitive data available. |
|||||||||
|
|
length | The number of bytes of primitive data (int, char, long etc.) that are available. | |||||||||
| [Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Throwable
|
|||||||||||||||||||||||||||||||||
From class java.lang.Object
|
|||||||||||||||||||||||||||||||||
true indicates that there is no more primitive data available.
The number of bytes of primitive data (int, char, long etc.) that are available.
