Searched defs:readUnshared (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/auditStreamSubclass/
H A DAuditStreamSubclass.java75 public Object readUnshared() throws IOException, ClassNotFoundException { method in class:BadOIS2
82 public Object readUnshared() throws IOException, ClassNotFoundException { method in class:BadOIS3
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectInputStream.java280 * the ObjectInputStream.readFields or ObjectInputStream.readUnshared
414 * readObject and readUnshared from returning additional references to the
417 * <li>If readUnshared is called to deserialize a back-reference (the
422 * <li>If readUnshared returns successfully, then any subsequent attempts
424 * by readUnshared will cause an ObjectStreamException to be thrown.
426 * Deserializing an object via readUnshared invalidates the stream handle
428 * always guarantee that the reference returned by readUnshared is unique;
430 * object visible to other parties, or readUnshared may return a Class
433 * and the invocation of that method returns an array, then readUnshared
436 * invocation of readObject or readUnshared o
456 public Object readUnshared() throws IOException, ClassNotFoundException { method in class:ObjectInputStream
[all...]

Completed in 107 milliseconds