Searched refs:SubstituteObjectInputStream (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/replaceStringArray/
H A DReplaceStringArray.java92 class SubstituteObjectInputStream extends ObjectInputStream { class in inherits:ObjectInputStream
96 public SubstituteObjectInputStream(InputStream in) throws IOException { method in class:SubstituteObjectInputStream
162 System.out.println("DeSerialize A from SubstituteObjectInputStream");
165 SubstituteObjectInputStream in =
166 new SubstituteObjectInputStream(new ByteArrayInputStream(baos.toByteArray()));
170 /* Validate that readResolve called by SubstituteObjectInputStream.*/

Completed in 28 milliseconds