OptionalDataExceptionNameOptionalDataExceptionSynopsis
DescriptionAn OptionalDataException is thrown during object deserialization to indicate that primitive data has been encountered instead of objects. Either the eof flag is true, or the length variable indicates the number of bytes that are available to be read. Class Summary
public class java.io.OptionalDataException extends java.io.ObjectStreamException { // Variables public boolean eof; public int length; } Variableseofpublic boolean eof
lengthpublic int length
Inherited Methods
See AlsoException, ObjectInputStream, ObjectStreamException, Throwable |
|