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

/openjdk7/jdk/test/java/io/Serializable/auditStreamSubclass/
H A DAuditStreamSubclass.java66 class BadOIS1 extends ObjectInputStream { class in inherits:ObjectInputStream
67 BadOIS1(InputStream in) throws IOException { super(in); } method in class:BadOIS1
121 new BadOIS1(new ByteArrayInputStream(buf));

Completed in 471 milliseconds