March 2005
Beginner to intermediate
1254 pages
104h 21m
English
StreamCorruptedException
Signals
that the data stream being read by an
ObjectInputStream
has been
corrupted and does not contain valid serialized object data.
Figure 9-57. java.io.StreamCorruptedException
public class StreamCorruptedException extends ObjectStreamException { // Public Constructors public StreamCorruptedException( ); public StreamCorruptedException(String reason); }
ObjectInputStream.readStreamHeader( )
Read now
Unlock full access