/[classpath]/classpath/java/io/ObjectInputStream.java
ViewVC logotype

Diff of /classpath/java/io/ObjectInputStream.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by glavaux, Mon Dec 6 13:14:08 2004 UTC revision 1.50 by jfrijters, Tue Dec 7 08:49:46 2004 UTC
# Line 293  public class ObjectInputStream extends I Line 293  public class ObjectInputStream extends I
293                    obj.readExternal(this);                    obj.readExternal(this);
294                                        
295                    if (read_from_blocks)                    if (read_from_blocks)
296                      setBlockDataMode(oldmode);                      {
297                          setBlockDataMode(oldmode);
298                          if (!oldmode)
299                            if (this.realInputStream.readByte() != TC_ENDBLOCKDATA)
300                                throw new IOException("No end of block data seen for class with readExternal (ObjectInputStream) method.");
301                        }
302                                        
303                    ret_val = processResolution(osc, obj, handle);                    ret_val = processResolution(osc, obj, handle);
304                    break;                    break;

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26