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

/openjdk7/jdk/test/java/io/Serializable/auditStreamSubclass/
H A DAuditStreamSubclass.java80 class BadOIS3 extends GoodOIS1 { class in inherits:GoodOIS1
81 BadOIS3(InputStream in) throws IOException { super(in); } method in class:BadOIS3
133 new BadOIS3(new ByteArrayInputStream(buf));

Completed in 549 milliseconds